Change NTP polling interval from 10 days to 24 hours.
Bug: 22820525 Change-Id: Ifb5da0a19854d751d00889e4c9d075e909414d62
This commit is contained in:
@@ -1477,7 +1477,7 @@
|
||||
<!-- Remote server that can provide NTP responses. -->
|
||||
<string translatable="false" name="config_ntpServer">2.android.pool.ntp.org</string>
|
||||
<!-- Normal polling frequency in milliseconds -->
|
||||
<integer name="config_ntpPollingInterval">864000000</integer>
|
||||
<integer name="config_ntpPollingInterval">86400000</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
|
||||
|
||||
Reference in New Issue
Block a user