feat: 添加 _buf_payload 缓冲区以增强 DB.py 的数据处理能力

This commit is contained in:
晓丰 2025-05-21 01:43:37 +08:00
parent 06503422ee
commit e2eb8ab13e

1
DB.py
View File

@ -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()