mirror of
https://github.com/BillyOutlast/drop.git
synced 2026-02-04 08:41:17 +01: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));
|
|
});
|