From ca1138164cfcd933498666ec00c35bc64d58b707 Mon Sep 17 00:00:00 2001 From: Franklin-F Date: Mon, 2 Jun 2025 23:22:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E5=88=B7=E6=96=B0=E9=97=B4=E9=9A=94=E4=BB=A5=E6=8F=90?= =?UTF-8?q?=E9=AB=98=E6=80=A7=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DB.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DB.py b/DB.py index 1dc90d8..3f0e8da 100644 --- a/DB.py +++ b/DB.py @@ -503,7 +503,7 @@ class DBVidcon: class DBSA: FLUSH_EVERY_ROWS = 100 # 行阈值 - FLUSH_INTERVAL = 3 # 秒阈值 + FLUSH_INTERVAL = 60 # 秒阈值 _buf_op: List[Dict] = [] _buf_vid: List[Dict] = []