auto-sync: 2026-03-26 00:46:18
This commit is contained in:
@@ -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']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user