mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-10 04:22:09 +10:00
* feat: pre-allocate streams for high-latency downloads * fix: update drop-base * fix: remove debug latency * fix: lint
4 lines
104 B
TypeScript
4 lines
104 B
TypeScript
export default defineEventHandler(async () => {
|
|
// await new Promise((r) => setTimeout(r, 1400));
|
|
});
|