mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
fix
This commit is contained in:
+1
-1
@@ -426,7 +426,7 @@ class Scheduler(metaclass=SingletonClass):
|
|||||||
"interval",
|
"interval",
|
||||||
id="full_gc",
|
id="full_gc",
|
||||||
name="主动内存回收",
|
name="主动内存回收",
|
||||||
hours=settings.MEMORY_GC_INTERVAL,
|
minutes=settings.MEMORY_GC_INTERVAL,
|
||||||
kwargs={
|
kwargs={
|
||||||
'job_id': 'full_gc'
|
'job_id': 'full_gc'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user