Lower NTP timeout from 20 seconds down to 5 seconds

Bug: 25632634
Change-Id: I050e3c08a6cdffd759c207af62c85c224695222b
This commit is contained in:
Erik Kline
2015-11-11 12:49:05 +09:00
parent 6b814d8aed
commit 1d0df5b203

View File

@@ -1530,8 +1530,8 @@
<!-- If the time difference is greater than this threshold in milliseconds,
then update the time. -->
<integer name="config_ntpThreshold">5000</integer>
<!-- Timeout to wait for NTP server response. -->
<integer name="config_ntpTimeout">20000</integer>
<!-- Timeout to wait for NTP server response in milliseconds. -->
<integer name="config_ntpTimeout">5000</integer>
<!-- Default network policy warning threshold, in megabytes. -->
<integer name="config_networkPolicyDefaultWarning">2048</integer>