diff options
author | xyz <gky44px1999@gmail.com> | 2022-01-27 11:35:31 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-01-27 11:35:31 -0800 |
commit | 74aa561b666a58c9022c8db4a8162af7afba05e4 (patch) | |
tree | 4896b7c620fa3d01c40411da47ed759d33b1d024 /etc/chrony.conf | |
parent | 5065a2b89494dec12db17ce6cb5d800394554a88 (diff) |
chrony.conf, use iburst
Diffstat (limited to 'etc/chrony.conf')
-rw-r--r-- | etc/chrony.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/chrony.conf b/etc/chrony.conf index a7fae543..60f37ba5 100644 --- a/etc/chrony.conf +++ b/etc/chrony.conf @@ -31,8 +31,9 @@ ! server 1.arch.pool.ntp.org iburst ! server 3.arch.pool.ntp.org iburst -# I choose to use offline instead of auto_offline because: what if wifi connected but has no network? this seems happened a lot to me when modem is up but router is down -pool 2.arch.pool.ntp.org offline +# I don't use auto_offline because: what if wifi connected but has no network? this seems happened a lot to me when modem is up but router is down +# I don't use offline because: I want to sync the clock sooner +pool 2.arch.pool.ntp.org iburst ####################################################################### ### AVOIDING POTENTIALLY BOGUS CHANGES TO YOUR CLOCK |