mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 12:08:09 +08:00
更新 scheduler.py
This commit is contained in:
@@ -166,7 +166,7 @@ class Scheduler(metaclass=Singleton):
|
||||
# 创建定时服务
|
||||
self._scheduler = BackgroundScheduler(timezone=settings.TZ,
|
||||
executors={
|
||||
'default': ThreadPoolExecutor(100)
|
||||
'default': ThreadPoolExecutor(20)
|
||||
})
|
||||
|
||||
# CookieCloud定时同步
|
||||
|
||||
Reference in New Issue
Block a user