mirror of
https://github.com/BioArchLinux/Rosa.git
synced 2025-03-10 12:02:43 +00:00
fix: no worry not stop
This commit is contained in:
parent
b78c456a29
commit
34c6ca418c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue