Bug 707296: Correct the length of the IndexedDB prompt timeout. r=gavin

This commit is contained in:
Shriram Kunchanapalli 2013-02-02 23:19:35 +05:30
parent 200e7b9cd9
commit 2830511db9

View File

@ -6206,7 +6206,7 @@ var IndexedDBPromptHelper = {
}
const hiddenTimeoutDuration = 30000; // 30 seconds
const firstTimeoutDuration = 360000; // 5 minutes
const firstTimeoutDuration = 300000; // 5 minutes
var timeoutId;