Skip to content

Commit

Permalink
pillar/device-steps.sh: reduce NTP servers update delay from 5min to …
Browse files Browse the repository at this point in the history
…30sec

There is no good reason to delay NTP server update to 5
minutes, let's make cycles shorter and set 30 seconds.

Signed-off-by: Roman Penyaev <r.peniaev@gmail.com>
  • Loading branch information
rouming committed Jul 11, 2024
1 parent 636626c commit fa1405c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pillar/scripts/device-steps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -511,5 +511,5 @@ while true; do
# Reload NTP sources
reload_ntp_sources "$ns"
fi
sleep 300
sleep 30
done

0 comments on commit fa1405c

Please sign in to comment.