git
This commit is contained in:
+12
-2
@@ -23,9 +23,19 @@ from datetime import datetime, timedelta
|
||||
DEAD_AFTER_HOURS = 72 # progress < 95% po 72h → dead
|
||||
DEAD_PROGRESS_THRESHOLD = 95.0
|
||||
STUCK_AFTER_HOURS = 168 # progress >= 95% ale < 100% po 7 dnech → dead
|
||||
# {
|
||||
# "name": "UltraCC Seedbox",
|
||||
# "max_concurrent": 30,
|
||||
# "qbt": {
|
||||
# "host": "https://vladob.zen.usbx.me/qbittorrent",
|
||||
# "username": "vladob",
|
||||
# "password": "jCni3U6d#y4bfcm",
|
||||
# "VERIFY_WEBUI_CERTIFICATE": False,
|
||||
# },
|
||||
# },
|
||||
|
||||
CLIENTS = [
|
||||
{
|
||||
{
|
||||
"name": "UltraCC Seedbox",
|
||||
"max_concurrent": 30,
|
||||
"qbt": {
|
||||
@@ -34,7 +44,7 @@ CLIENTS = [
|
||||
"password": "jCni3U6d#y4bfcm",
|
||||
"VERIFY_WEBUI_CERTIFICATE": False,
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"name": "Local qBittorrent",
|
||||
"max_concurrent": 30,
|
||||
|
||||
Reference in New Issue
Block a user