Merge "Reduce NTP polling interval" am: 77da69b764
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2007251 Change-Id: I0210802f00a385fd749d0ee61dc96ac7ed21dce4
This commit is contained in:
committed by
Automerger Merge Worker
commit
4c89f808f1
@@ -2221,7 +2221,7 @@
|
|||||||
<!-- Remote server that can provide NTP responses. -->
|
<!-- Remote server that can provide NTP responses. -->
|
||||||
<string translatable="false" name="config_ntpServer">time.android.com</string>
|
<string translatable="false" name="config_ntpServer">time.android.com</string>
|
||||||
<!-- Normal polling frequency in milliseconds -->
|
<!-- 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 -->
|
<!-- Try-again polling interval in milliseconds, in case the network request failed -->
|
||||||
<integer name="config_ntpPollingIntervalShorter">60000</integer>
|
<integer name="config_ntpPollingIntervalShorter">60000</integer>
|
||||||
<!-- Number of times to try again with the shorter interval, before backing
|
<!-- Number of times to try again with the shorter interval, before backing
|
||||||
|
|||||||
Reference in New Issue
Block a user