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

Commit 11f93e7b authored by Miguel Aranda's avatar Miguel Aranda Committed by Android (Google) Code Review
Browse files

Merge "Revert "Turn On Flexibility Controller""

parents f2216110 777e51df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -652,7 +652,7 @@ public final class FlexibilityController extends StateController {
        static final String KEY_RESCHEDULED_JOB_DEADLINE_MS =
                FC_CONFIG_PREFIX + "rescheduled_job_deadline_ms";

        private static final boolean DEFAULT_FLEXIBILITY_ENABLED = true;
        private static final boolean DEFAULT_FLEXIBILITY_ENABLED = false;
        @VisibleForTesting
        static final long DEFAULT_DEADLINE_PROXIMITY_LIMIT_MS = 15 * MINUTE_IN_MILLIS;
        @VisibleForTesting