Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1d0df5b2 authored by Erik Kline's avatar Erik Kline
Browse files

Lower NTP timeout from 20 seconds down to 5 seconds

Bug: 25632634
Change-Id: I050e3c08a6cdffd759c207af62c85c224695222b
parent 6b814d8a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>