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

Commit e4b95515 authored by Jing Ji's avatar Jing Ji Committed by Android (Google) Code Review
Browse files

Merge "Turn off the kill on cached idle and bg restricted processes" into main

parents 6df64bec 68a29c22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -236,7 +236,7 @@ final class ActivityManagerConstants extends ContentObserver {

    static final long DEFAULT_BACKGROUND_SETTLE_TIME = 60 * 1000;
    static final long DEFAULT_KILL_BG_RESTRICTED_CACHED_IDLE_SETTLE_TIME_MS = 60 * 1000;
    static final boolean DEFAULT_KILL_BG_RESTRICTED_CACHED_IDLE = true;
    static final boolean DEFAULT_KILL_BG_RESTRICTED_CACHED_IDLE = false;

    static final int DEFAULT_MAX_SERVICE_CONNECTIONS_PER_PROCESS = 3000;