mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-16 07:47:52 +02:00
global-functions: $WaitTimeSync: run rotate-ntp less frequently
This commit is contained in:
parent
56b6da71c3
commit
b5d1e7aa83
1 changed files with 1 additions and 1 deletions
|
@ -730,7 +730,7 @@
|
||||||
|
|
||||||
:while ([ $TimeIsSync ] = false) do={
|
:while ([ $TimeIsSync ] = false) do={
|
||||||
:if ([ / system script print count-only where name="rotate-ntp" ] > 0 && \
|
:if ([ / system script print count-only where name="rotate-ntp" ] > 0 && \
|
||||||
[ :tostr [ / system resource get uptime ] ] ~ "00\$") do={
|
[ :tostr [ / system resource get uptime ] ] ~ "[369]:00\$") do={
|
||||||
:do {
|
:do {
|
||||||
/ system script run rotate-ntp;
|
/ system script run rotate-ntp;
|
||||||
} on-error={
|
} on-error={
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue