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

Commit c78d74e3 authored by Soonil Nagarkar's avatar Soonil Nagarkar Committed by Android (Google) Code Review
Browse files

Merge "Set default throttle to 30m."

parents 95e76d7e de6780ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@ public class LocationManagerService extends ILocationManager.Stub {
    private static final long HIGH_POWER_INTERVAL_MS = 5 * 60 * 1000;

    // default background throttling interval if not overriden in settings
    private static final long DEFAULT_BACKGROUND_THROTTLE_INTERVAL_MS = 10 * 60 * 1000;
    private static final long DEFAULT_BACKGROUND_THROTTLE_INTERVAL_MS = 30 * 60 * 1000;

    // Location Providers may sometimes deliver location updates
    // slightly faster that requested - provide grace period so