Preallocate download streams (#229)

* feat: pre-allocate streams for high-latency downloads

* fix: update drop-base

* fix: remove debug latency

* fix: lint
This commit is contained in:
DecDuck
2025-08-31 14:50:56 +10:00
committed by GitHub
parent aa1de921ee
commit a520d52ad3
4 changed files with 30 additions and 19 deletions

View File

@ -1,3 +1,3 @@
export default defineEventHandler(async () => {
// await new Promise((r) => setTimeout(r, 700));
// await new Promise((r) => setTimeout(r, 1400));
});