mirror of
https://github.com/kiwix/kiwix-js.git
synced 2025-09-22 20:13:35 -04:00
For testing
This commit is contained in:
parent
9c49c06c73
commit
8be59da9ec
@ -36,10 +36,8 @@ define(['jquery', 'zimArchiveLoader', 'uiUtil', 'settingsStore','abstractFilesys
|
||||
const MAX_SEARCH_RESULT_SIZE = 50;
|
||||
|
||||
/**
|
||||
* The delay (in milliseconds) between two "keepalive" messages
|
||||
* sent to the ServiceWorker (so that it is not stopped by
|
||||
* the browser, and keeps the MessageChannel to communicate
|
||||
* with the application)
|
||||
* The delay (in milliseconds) between two "keepalive" messages sent to the ServiceWorker (so that it is not stopped
|
||||
* by the browser, and keeps the MessageChannel to communicate with the application)
|
||||
* @type Integer
|
||||
*/
|
||||
const DELAY_BETWEEN_KEEPALIVE_SERVICEWORKER = 30000;
|
||||
|
Loading…
x
Reference in New Issue
Block a user