fix: no worry not stop

This commit is contained in:
Kuoi 2023-05-30 21:51:34 +08:00
parent b78c456a29
commit 34c6ca418c

View file

@ -18,8 +18,8 @@ local function check_changes()
end
end
--45s sync--
--continue syncing--
while true do
check_changes()
os.execute("sleep " .. tonumber(45)) -- 45s
os.execute("sleep " .. tonumber(1)) -- 1s
end