зеркало из https://github.com/mozilla/gecko-dev.git
Bug 535408 (Part 2) - Increase Sessionstore interval to 15s [r=dietrich]
--HG-- extra : rebase_source : fc15a482db88155e190b90a55822584224bb3c05
This commit is contained in:
Родитель
e743191be1
Коммит
3c805a9b16
|
@ -174,7 +174,7 @@ SessionStoreService.prototype = {
|
|||
_loadState: STATE_STOPPED,
|
||||
|
||||
// minimal interval between two save operations (in milliseconds)
|
||||
_interval: 10000,
|
||||
_interval: 15000,
|
||||
|
||||
// when crash recovery is disabled, session data is not written to disk
|
||||
_resume_from_crash: true,
|
||||
|
|
Загрузка…
Ссылка в новой задаче