forked from FoundKeyGang/FoundKey
Increase job concurrency
This commit is contained in:
parent
219570e08b
commit
fd2c01515e
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