1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-14 19:15:52 +02:00

deliverJobConcurrency: 16, deliverJobPerSec: 1024, inboxJobConcurrency: 4

This commit is contained in:
tamaina
2024-07-17 18:36:04 +09:00
parent a0c93bbd4d
commit ffd12d0539
6 changed files with 15 additions and 15 deletions

View File

@@ -70,7 +70,7 @@ export class HttpRequestService {
localAddress: config.outgoingAddress,
});
const maxSockets = Math.max(256, config.deliverJobConcurrency ?? 128);
const maxSockets = Math.max(256, config.deliverJobConcurrency ?? 16);
this.httpAgent = config.proxy
? new HttpProxyAgent({