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

Commit 822f8837 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[SB][Sat] Reduce polling time for checking satellite allowed in location" into main

parents 29f3ad63 a811a6e5
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -318,8 +318,8 @@ constructor(
        }
        }


    companion object {
    companion object {
        // TTL for satellite polling is one hour
        // TTL for satellite polling is twenty minutes
        const val POLLING_INTERVAL_MS: Long = 1000 * 60 * 60
        const val POLLING_INTERVAL_MS: Long = 1000 * 60 * 20


        // Let the system boot up and stabilize before we check for system support
        // Let the system boot up and stabilize before we check for system support
        const val MIN_UPTIME: Long = 1000 * 60
        const val MIN_UPTIME: Long = 1000 * 60