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:
Kweku Adams
2020-04-13 08:25:11 -07:00
parent edb826c298
commit 7f40692b71

View File

@@ -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>