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

Commit 0ea11db2 authored by Kweku Adams's avatar Kweku Adams
Browse files

Turn on split file persisting.

Bug: 255352252
Test: atest FrameworksServicesTests:JobStoreTest
Change-Id: I8847a847072383276c872ca67b79f12c6c272c75
parent 90e81227
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -569,7 +569,7 @@ public class JobSchedulerService extends com.android.server.SystemService
        public static final long DEFAULT_RUNTIME_MIN_EJ_GUARANTEE_MS = 3 * MINUTE_IN_MILLIS;
        @VisibleForTesting
        static final long DEFAULT_RUNTIME_MIN_HIGH_PRIORITY_GUARANTEE_MS = 5 * MINUTE_IN_MILLIS;
        static final boolean DEFAULT_PERSIST_IN_SPLIT_FILES = false;
        static final boolean DEFAULT_PERSIST_IN_SPLIT_FILES = true;
        private static final boolean DEFAULT_USE_TARE_POLICY = false;

        /**