Bug 535408 (Part 2) - Increase Sessionstore interval to 15s [r=dietrich]

--HG--
extra : rebase_source : fc15a482db88155e190b90a55822584224bb3c05
This commit is contained in:
Paul O’Shannessy 2010-01-13 12:04:54 -08:00
Родитель e743191be1
Коммит 3c805a9b16
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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,