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

Commit de6780ac authored by Soonil Nagarkar's avatar Soonil Nagarkar
Browse files

Set default throttle to 30m.

Test: manually

Change-Id: Ib8ce75819095af7e01124a2c55c3a96f7c38740c
parent d8df1b08
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