|
###########################################################################
|
## HTTP client settings
|
###########################################################################
|
|
# default pool size for an HTTP client. i.e. this is the max number of connections outbound at once per container instance
|
# {valueType: "integer", defaultValue: "100"}
|
httpClientMaxTotalPoolSize =
|
|
# default number of connections at once for an endpoint from a container
|
# {valueType: "integer", defaultValue: "30"}
|
httpClientDefaultMaxPerRoute =
|
|
# if HTTP client instances should be re-used
|
# {valueType: "boolean", defaultValue: "true"}
|
httpClientReuse =
|
|
|