mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 836340 - Increase implicit acceptance interval; r=rnewman
The new value comes from Tom in Privacy.
This commit is contained in:
parent
546e3b070f
commit
1a4452967b
@ -306,7 +306,7 @@ DataReportingPolicy.prototype = Object.freeze({
|
||||
* THERE ARE POTENTIAL LEGAL IMPLICATIONS OF CHANGING THIS VALUE. Check with
|
||||
* Privacy and/or Legal before modifying.
|
||||
*/
|
||||
IMPLICIT_ACCEPTANCE_INTERVAL_MSEC: 5 * 60 * 1000,
|
||||
IMPLICIT_ACCEPTANCE_INTERVAL_MSEC: 8 * 60 * 60 * 1000,
|
||||
|
||||
/**
|
||||
* How often to poll to see if we need to do something.
|
||||
|
Loading…
Reference in New Issue
Block a user