From 224d59f7b0bd2e7f5183f4572898fd0d2b827201 Mon Sep 17 00:00:00 2001 From: Alex Naidis Date: Fri, 11 Nov 2016 16:12:39 +0100 Subject: msm8996-common: gps: switch NTP server to global NTP pool Switching to pool.ntp.org since our previously used server time.izatcloud.net is timing out. We are not using time.gpsonextra.net since the latency of time.gpsonextra.net is huge. Signed-off-by: Alex Naidis Signed-off-by: dd3boh --- gps/etc/gps.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gps') diff --git a/gps/etc/gps.conf b/gps/etc/gps.conf index cf7743e..2229bc2 100644 --- a/gps/etc/gps.conf +++ b/gps/etc/gps.conf @@ -17,7 +17,7 @@ XTRA_VERSION_CHECK=0 ERR_ESTIMATE=0 #NTP server -NTP_SERVER=time.izatcloud.net +NTP_SERVER=pool.ntp.org # DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info # 4 - Debug, 5 - Verbose -- cgit v1.2.3