fix pool size

This commit is contained in:
jxxghp
2025-06-07 22:00:09 +08:00
parent c002d4619a
commit 23929f5eaa
13 changed files with 30 additions and 21 deletions

View File

@@ -8,7 +8,7 @@ def init_memory_manager():
"""
memory_manager = MemoryHelper()
# 设置内存阈值和启动监控
memory_manager.set_threshold(settings.CACHE_CONF['memory'])
memory_manager.set_threshold(settings.CONF['memory'])
memory_manager.start_monitoring()