From 6992b0e556230f4dc727be262de76eac2ab990c5 Mon Sep 17 00:00:00 2001 From: Zichao Lin Date: Mon, 28 Jul 2025 06:55:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20main.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 7e38b03..205b7bb 100644 --- a/main.py +++ b/main.py @@ -19,7 +19,7 @@ LOG_FILE_FORMAT = "%Y-%m-%d.log" # 全局变量 SEEN_TXHASHES = set() # 内存中的已处理交易哈希集合 -GIT_INTERVAL = 300 # Git提交间隔(秒) +GIT_INTERVAL = 3600 # Git提交间隔(秒) FETCH_INTERVAL = 10 # API轮询间隔(秒) LOGGER = None # 添加全局logger变量