mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 16:07:01 +08:00
add remove queue api
This commit is contained in:
@@ -255,7 +255,7 @@ class TransferChain(ChainBase, metaclass=Singleton):
|
|||||||
_transfer_thread = None
|
_transfer_thread = None
|
||||||
|
|
||||||
# 文件整理检查间隔(秒)
|
# 文件整理检查间隔(秒)
|
||||||
_transfer_interval = 5
|
_transfer_interval = 600 if settings.DEV else 10
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__()
|
super().__init__()
|
||||||
|
|||||||
Reference in New Issue
Block a user