92d85376ac
Build & Deploy / build-and-deploy (push) Failing after 27s
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.