• v3.3.92 10854a8f43

    Administrator released this 2026-06-21 04:21:01 +02:00 | 23 commits to master since this release

    Diagnostics: the high-concurrency event-loop-delay log now includes a histogram of active I/O resources (sockets, file reads, DNS lookups), so a single upload run pinpoints whether lag at many concurrent connections is CPU-bound (main thread blocked) or IO-bound (work queued behind the libuv threadpool/sockets). No behavior change to uploads.

    Downloads