diff options
author | Alex Naidis <alex.naidis@linux.com> | 2016-11-11 16:12:39 +0100 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-11-02 11:54:28 +0100 |
commit | 224d59f7b0bd2e7f5183f4572898fd0d2b827201 (patch) | |
tree | c24facba3b784c48595ddfb12cfef7d79d965323 /gps/etc/gps.conf | |
parent | e93891c37f8de04188a985d28c6b9180c7e4f1b3 (diff) |
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 <alex.naidis@linux.com>
Signed-off-by: dd3boh <dade.garberi@gmail.com>
Diffstat (limited to 'gps/etc/gps.conf')
-rw-r--r-- | gps/etc/gps.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |