mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 707296: Correct the length of the IndexedDB prompt timeout. r=gavin
This commit is contained in:
parent
200e7b9cd9
commit
2830511db9
@ -6206,7 +6206,7 @@ var IndexedDBPromptHelper = {
|
||||
}
|
||||
|
||||
const hiddenTimeoutDuration = 30000; // 30 seconds
|
||||
const firstTimeoutDuration = 360000; // 5 minutes
|
||||
const firstTimeoutDuration = 300000; // 5 minutes
|
||||
|
||||
var timeoutId;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user