mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-06-26 12:51:16 -03:00
aria2 default --fsync=true calls fsync() after each write, which blocks the entire single-threaded process on large files under Docker overlay. Add --fsync=false to eliminate this blocking source. Relax aiohttp session timeout: total=30 → sock_connect=10, sock_read=60 so that transient I/O delays don't cut off legitimate tellStatus RPCs. Increase retry params (4 attempts, 3s delay) to give aria2 more recovery time when blocked on synchronous I/O.