mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-01-31 15:37:09 +01:00
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:
@@ -1,3 +1,3 @@
|
||||
export default defineEventHandler(async () => {
|
||||
// await new Promise((r) => setTimeout(r, 700));
|
||||
// await new Promise((r) => setTimeout(r, 1400));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user