mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-01 19:39:13 +00:00
Bug 535408 (Part 2) - Increase Sessionstore interval to 15s [r=dietrich]
--HG-- extra : rebase_source : fc15a482db88155e190b90a55822584224bb3c05
This commit is contained in:
parent
e743191be1
commit
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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user