mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-06-07 00:30:20 +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