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 242495ed6e
commit ee33189bb7

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;