mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-06-26 04:41:16 -03:00
fix(aria2): remove --fsync=false to avoid crash on older aria2c versions
Exit code 28 (Invalid argument) indicates this user's aria2c does not support the --fsync option. Remove it unconditionally; the stderr drain, relaxed RPC timeouts, and increased retry coverage remain in place.
This commit is contained in:
@@ -510,7 +510,6 @@ class Aria2Downloader:
|
|||||||
"--continue=true",
|
"--continue=true",
|
||||||
"--daemon=false",
|
"--daemon=false",
|
||||||
"--quiet=true",
|
"--quiet=true",
|
||||||
"--fsync=false",
|
|
||||||
f"--stop-with-process={os.getpid()}",
|
f"--stop-with-process={os.getpid()}",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user