mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-21 16:15:24 -04:00
[PR #229] [MERGED] Preallocate download streams #268
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Drop-OSS/drop/pull/229
Author: @DecDuck
Created: 8/31/2025
Status: ✅ Merged
Merged: 8/31/2025
Merged by: @DecDuck
Base:
develop← Head:prealloc-stream-dls📝 Commits (4)
53c39ccfeat: pre-allocate streams for high-latency downloads6335fd0fix: update drop-based743cbdfix: remove debug latencye7ca957fix: lint📊 Changes
4 files changed (+30 additions, -19 deletions)
View changed files
📝
drop-base(+1 -1)📝
nuxt.config.ts(+4 -2)📝
server/api/v2/client/chunk.post.ts(+24 -15)📝
server/middleware/latency.ts(+1 -1)📄 Description
Significantly boosts high IO-latency downloads, by reducing the time waiting before files to come down the request.
On my NFS spinning-rust NAS, this literally doubled my download speed, even with the 1400ms of debug latency.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.