mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-06-26 12:51: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",
|
||||
"--daemon=false",
|
||||
"--quiet=true",
|
||||
"--fsync=false",
|
||||
f"--stop-with-process={os.getpid()}",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user