Skip to content

Commit

Permalink
fix(prism-agent): increase http timeout communication channel closing… (
Browse files Browse the repository at this point in the history
#901)

Signed-off-by: mineme0110 <[email protected]>
  • Loading branch information
mineme0110 authored Feb 20, 2024
1 parent 8f6af25 commit 8d3f29d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ agent {
httpClient {
connectionPoolSize = 0
connectionPoolSize = ${?AGENT_HTTP_CLIENT_CONNECTION_POOL_SIZE}
idleTimeout = 2.seconds
idleTimeout = 5.seconds
idleTimeout = ${?AGENT_HTTP_CLIENT_IDLE_TIMEOUT}
connectionTimeout = 2.seconds
connectionTimeout = 5.seconds
connectionTimeout = ${?AGENT_HTTP_CLIENT_CONNECTION_TIMEOUT}
}
authentication {
Expand Down

0 comments on commit 8d3f29d

Please sign in to comment.