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]>
Signed-off-by: Shota Jolbordi <[email protected]>
  • Loading branch information
mineme0110 authored and Shota Jolbordi committed Mar 18, 2024
1 parent 29ebfa5 commit be2ebc8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,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 be2ebc8

Please sign in to comment.