Run multiple image download queue in parallel

This commit is contained in:
Zoe Roux 2025-12-06 01:48:34 +01:00
parent 0f62854128
commit a429b0ace9
No known key found for this signature in database

View File

@ -8,7 +8,9 @@ import { comment } from "./utils";
await migrate();
// run image processor task in background
processImages();
for (let i = 0; i < 10; i++) {
processImages();
}
const app = new Elysia()
.use(