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

Commit 0467fec2 authored by Nancy Zheng's avatar Nancy Zheng Committed by android-build-merger
Browse files

Change DEFAULT_BG_LOW_JOB_COUNT to 1 in JobSchedulerService. am: e39a8a46 am: ef866c3d

am: 10763547

Change-Id: Ieb1d31126e2a51912c820d15fff013ece021673d
parents 5e15f72c 10763547
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -216,7 +216,7 @@ public final class JobSchedulerService extends com.android.server.SystemService
        private static final int DEFAULT_FG_JOB_COUNT = 4;
        private static final int DEFAULT_BG_NORMAL_JOB_COUNT = 6;
        private static final int DEFAULT_BG_MODERATE_JOB_COUNT = 4;
        private static final int DEFAULT_BG_LOW_JOB_COUNT = 2;
        private static final int DEFAULT_BG_LOW_JOB_COUNT = 1;
        private static final int DEFAULT_BG_CRITICAL_JOB_COUNT = 1;

        /**