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

Commit 65baad63 authored by Kweku Adams's avatar Kweku Adams
Browse files

Turning on job quotas by default.

Bug: 111423978
Bug: 117846754
Test: atest com.android.server.job.controllers.QuotaControllerTest
Test: atest JobThrottlingTest
Change-Id: If4fe1e1fce7d8592eb628c13784b49781120fa11
parent 36d048c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -508,7 +508,7 @@ public class JobSchedulerService extends com.android.server.SystemService
        private static final int DEFAULT_STANDBY_RARE_BEATS = 130; // ~ 24 hours
        private static final float DEFAULT_CONN_CONGESTION_DELAY_FRAC = 0.5f;
        private static final float DEFAULT_CONN_PREFETCH_RELAX_FRAC = 0.5f;
        private static final boolean DEFAULT_USE_HEARTBEATS = true;
        private static final boolean DEFAULT_USE_HEARTBEATS = false;
        private static final boolean DEFAULT_TIME_CONTROLLER_SKIP_NOT_READY_JOBS = false;
        private static final long DEFAULT_QUOTA_CONTROLLER_ALLOWED_TIME_PER_PERIOD_MS =
                10 * 60 * 1000L; // 10 minutes