mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-16 13:55:28 +08:00
fix pool size
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user