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

@@ -23,6 +23,11 @@ modules:
handler:
type: std
role: bap
httpClientConfig:
maxIdleConns: 1000
maxIdleConnsPerHost: 200
idleConnTimeout: 300s
responseHeaderTimeout: 5s
plugins:
registry:
id: registry
@@ -68,6 +73,11 @@ modules:
handler:
type: std
role: bap
httpClientConfig:
maxIdleConns: 1000
maxIdleConnsPerHost: 200
idleConnTimeout: 300s
responseHeaderTimeout: 5s
plugins:
registry:
id: registry