mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-04-04 08:11:57 -04:00
Run multiple image download queue in parallel
This commit is contained in:
parent
0f62854128
commit
a429b0ace9
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user