summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Christine Hallstrom <hallstrom@google.com> 2015-07-14 14:01:51 -0700
committer Christine Hallstrom <hallstrom@google.com> 2015-07-29 17:49:52 +0000
commitdefef96da088385ca3bc3d1adcd47395ffde78d8 (patch)
tree7c4f581bf6821fb2af2d4977a847ada5b7e21ea7
parent5cf30c608f21a9685310e6cf7d5970c8b7fb36c8 (diff)
Change NTP polling interval from 10 days to 24 hours.
Bug: 22820525 Change-Id: Ifb5da0a19854d751d00889e4c9d075e909414d62
-rwxr-xr-xcore/res/res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 82eb2c44bc8f..906b4646f9e8 100755
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -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