Files
dostalgia/src/main
Hermes Agent 92d85376ac
Build & Deploy / build-and-deploy (push) Failing after 27s
fix: use FileChannel.transferTo for zero-copy file serving
Replaced RandomAccessFile + manual 8KB buffer loop with
FileChannel.transferTo() which uses OS sendfile — zero copy
from disk cache to network socket. Eliminates Java heap churn
and matches the old Files.copy() performance while supporting
offset/length for HTTP Range requests.
2026-06-03 15:49:29 +02:00
..