mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 06:41:36 -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() {
|
||||
if (!program.onlyServer) {
|
||||
deliverQueue.process(processDeliver);
|
||||
inboxQueue.process(processInbox);
|
||||
deliverQueue.process(128, processDeliver);
|
||||
inboxQueue.process(128, processInbox);
|
||||
processDb(dbQueue);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue