优化性能

This commit is contained in:
strepsiades
2026-04-01 18:13:18 +08:00
parent 9a3a34c58b
commit f93a6c5c68
8 changed files with 198 additions and 107 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ class BindingManager:
BindingManager 负责维护不同 DataCollection 间节点的绑定关系。
所有查询均在内存中进行,持久化仅作为备份。
"""
def __init__(self, persistence: PersistenceBackend, auto_persist: bool = True, scope: str = "global"):
def __init__(self, persistence: PersistenceBackend, auto_persist: bool = False, scope: str = "global"):
self.persistence = persistence
self.auto_persist = auto_persist
self.scope = scope