From e2eb8ab13ef849ee7a1f38a2d52403117821954e Mon Sep 17 00:00:00 2001 From: Franklin-F Date: Wed, 21 May 2025 01:43:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20=5Fbuf=5Fpayload?= =?UTF-8?q?=20=E7=BC=93=E5=86=B2=E5=8C=BA=E4=BB=A5=E5=A2=9E=E5=BC=BA=20DB.?= =?UTF-8?q?py=20=E7=9A=84=E6=95=B0=E6=8D=AE=E5=A4=84=E7=90=86=E8=83=BD?= =?UTF-8?q?=E5=8A=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DB.py | 1 + 1 file changed, 1 insertion(+) diff --git a/DB.py b/DB.py index ce2f064..0aaa5c9 100644 --- a/DB.py +++ b/DB.py @@ -438,6 +438,7 @@ class DBSA: _buf_op: List[Dict] = [] _buf_vid: List[Dict] = [] + _buf_payload: List[Dict] = [] _last_flush: float = time.time() _lock = threading.Lock()