Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -318,8 +318,8 @@ constructor(
}
companion object {
// TTL for satellite polling is one hour
const val POLLING_INTERVAL_MS: Long = 1000 * 60 * 60
// TTL for satellite polling is twenty minutes
const val POLLING_INTERVAL_MS: Long = 1000 * 60 * 20
// Let the system boot up and stabilize before we check for system support
const val MIN_UPTIME: Long = 1000 * 60
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment