mirror of
https://github.com/misskey-dev/misskey
synced 2025-01-19 16:23:19 +09:00
reduce maxSockets
This commit is contained in:
parent
3a2d9f4823
commit
15014e3aaf
@ -219,7 +219,7 @@ export class HttpRequestService {
|
||||
},
|
||||
}
|
||||
|
||||
this.maxSockets = Math.max(256, this.config.deliverJobConcurrency ?? 128);
|
||||
this.maxSockets = Math.max(64, this.config.deliverJobConcurrency ?? 128);
|
||||
|
||||
this.defaultFetcher = new UndiciFetcher(this.getStandardUndiciFetcherOption(), this.logger);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user