mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-13 16:22:39 +10: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