perf(cmpp): reserve transport for inbound submit
This commit is contained in:
@@ -54,7 +54,8 @@ func main() {
|
||||
if err := (inbound.Server{
|
||||
Addr: cmppAddr,
|
||||
APIBaseURL: apiBaseURL,
|
||||
HTTPClient: inbound.NewAPIHTTPClient(inboundConcurrency),
|
||||
HTTPClient: inbound.NewAPIHTTPClient(16),
|
||||
SubmitHTTPClient: inbound.NewAPIHTTPClient(inboundConcurrency),
|
||||
PresenceStore: presenceStore,
|
||||
RecoveryStore: recoveryStore,
|
||||
GatewayInstanceID: getenv("GATEWAY_INSTANCE_ID", hostname()),
|
||||
|
||||
Reference in New Issue
Block a user