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

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

Merge "Change the MIN_UPTIME back to 60s for checking satellite support" into main

parents a6455109 7b0f1eb0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -315,8 +315,8 @@ constructor(
        // TTL for satellite polling is one hour
        const val POLLING_INTERVAL_MS: Long = 1000 * 60 * 60

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

        private const val TAG = "DeviceBasedSatelliteRepo"