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