Merge "Change DEFAULT_BG_LOW_JOB_COUNT to 1 in JobSchedulerService. am: e39a8a46d9 am: ef866c3d0f" into nyc-mr1-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
2a99707564
@@ -217,7 +217,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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user