auto-sync: 2026-03-26 00:46:18

This commit is contained in:
cfdaily
2026-03-26 00:46:18 +08:00
parent 9719fd104b
commit 888d1d2522
+1 -1
View File
@@ -18,7 +18,7 @@ PROJECT_DIR = "/Users/chufeng/.openclaw/sanguo_projects/sanguo_quant_live"
LOG_FILE = os.path.join(PROJECT_DIR, "simple-watcher.log")
SYNC_SCRIPT = os.path.join(PROJECT_DIR, "auto-sync.sh")
LOCK_FILE = "/tmp/sanguo_sync.lock"
CHECK_INTERVAL = 2 # 检查间隔(秒)
CHECK_INTERVAL = 60 # 检查间隔(秒)= 1 分钟
IGNORE_EXTENSIONS = ['.log', '.tmp', '~']
IGNORE_DIRS = ['.git']