mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-23 23:52:27 -04:00
Run multiple image download queue in parallel
This commit is contained in:
+3
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user