From 34c6ca418ccf4c9869ae8e40c4f98fff8d06f059 Mon Sep 17 00:00:00 2001 From: Kuoi Date: Tue, 30 May 2023 21:51:34 +0800 Subject: [PATCH] fix: no worry not stop --- rosa.watch.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rosa.watch.lua b/rosa.watch.lua index 854e750..c9825f2 100644 --- a/rosa.watch.lua +++ b/rosa.watch.lua @@ -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