Lower JS idle timeout to 31 minutes.
71 minutes was too long to decide that the device is not being interacted with. Bug: 147846851 Test: Android builds Change-Id: Id08431450396b45e044027e6b0a2655f63fb6929
This commit is contained in:
@@ -3397,7 +3397,7 @@
|
||||
|
||||
<!-- Inactivity threshold (in milliseconds) used in JobScheduler. JobScheduler will consider
|
||||
the device to be "idle" after being inactive for this long. -->
|
||||
<integer name="config_jobSchedulerInactivityIdleThreshold">4260000</integer>
|
||||
<integer name="config_jobSchedulerInactivityIdleThreshold">1860000</integer>
|
||||
<!-- The alarm window (in milliseconds) that JobScheduler uses to enter the idle state -->
|
||||
<integer name="config_jobSchedulerIdleWindowSlop">300000</integer>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user