diff options
author | 2022-03-09 13:34:23 +0000 | |
---|---|---|
committer | 2022-03-09 13:34:23 +0000 | |
commit | 77da69b7643d304767e48d99d2a02583d4752575 (patch) | |
tree | 63e9349ada6bb989c55b713a9975f2f365c9672c | |
parent | 199359822ede408264b49dbe05e0d67080893921 (diff) | |
parent | fd127c62e7792ed473598b0d702b142fffbd9b33 (diff) |
Merge "Reduce NTP polling interval"
-rw-r--r-- | core/res/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 8c7913e40696..e243f19dd40c 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -2221,7 +2221,7 @@ <!-- Remote server that can provide NTP responses. --> <string translatable="false" name="config_ntpServer">time.android.com</string> <!-- Normal polling frequency in milliseconds --> - <integer name="config_ntpPollingInterval">86400000</integer> + <integer name="config_ntpPollingInterval">64800000</integer> <!-- Try-again polling interval in milliseconds, in case the network request failed --> <integer name="config_ntpPollingIntervalShorter">60000</integer> <!-- Number of times to try again with the shorter interval, before backing |