Issue 523 - config: add HTTP client performance tuning to all adapter configurations

This commit is contained in:
ameersohel45
2025-09-25 18:26:12 +05:30
parent fc65e29590
commit b825bc61f7
4 changed files with 60 additions and 0 deletions

View File

@@ -24,6 +24,11 @@ modules:
type: std
role: bpp
subscriberId: bpp1
httpClientConfig:
maxIdleConns: 1000
maxIdleConnsPerHost: 200
idleConnTimeout: 300s
responseHeaderTimeout: 5s
plugins:
registry:
id: registry
@@ -69,6 +74,11 @@ modules:
handler:
type: std
role: bpp
httpClientConfig:
maxIdleConns: 1000
maxIdleConnsPerHost: 200
idleConnTimeout: 300s
responseHeaderTimeout: 5s
plugins:
registry:
id: registry