Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f831cf5a authored by Kweku Adams's avatar Kweku Adams Committed by Automerger Merge Worker
Browse files

Merge "Lower JS idle timeout to 31 minutes." into rvc-dev am: 45154861 am:...

Merge "Lower JS idle timeout to 31 minutes." into rvc-dev am: 45154861 am: 1228b878 am: 3a27b9d6

Change-Id: Iee00e00a4f2663d974ebfb72d089129d20377d79
parents 1d41a403 3a27b9d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>