mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-26 09:36:02 -07:00
Increase job concurrency
This commit is contained in:
parent
369cbbd0c0
commit
ec1e9ffafb
1 changed files with 2 additions and 2 deletions
|
@ -118,8 +118,8 @@ export function createExportBlockingJob(user: ILocalUser) {
|
||||||
|
|
||||||
export default function() {
|
export default function() {
|
||||||
if (!program.onlyServer) {
|
if (!program.onlyServer) {
|
||||||
deliverQueue.process(processDeliver);
|
deliverQueue.process(128, processDeliver);
|
||||||
inboxQueue.process(processInbox);
|
inboxQueue.process(128, processInbox);
|
||||||
processDb(dbQueue);
|
processDb(dbQueue);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue