a520d52ad3
* 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));
|
|
});
|