mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 10:43:24 +00:00
Bug 707296: Correct the length of the IndexedDB prompt timeout. r=gavin
This commit is contained in:
parent
242495ed6e
commit
ee33189bb7
@ -6206,7 +6206,7 @@ var IndexedDBPromptHelper = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const hiddenTimeoutDuration = 30000; // 30 seconds
|
const hiddenTimeoutDuration = 30000; // 30 seconds
|
||||||
const firstTimeoutDuration = 360000; // 5 minutes
|
const firstTimeoutDuration = 300000; // 5 minutes
|
||||||
|
|
||||||
var timeoutId;
|
var timeoutId;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user