Skip to content

Commit

Permalink
Proxy Dev: use default httpclient connection pool size
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoll1974 committed Jan 21, 2025
1 parent 989654c commit 3647636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion afterburner-java/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ afterburner.async_queue_size=0
afterburner.remote.call.httpclient.connect.timeout.millis=500
afterburner.remote.call.httpclient.socket.timeout.millis=6000
afterburner.remote.call.httpclient.connection.request.timeout.millis=400
afterburner.remote.call.httpclient.connections.max=60
afterburner.remote.call.httpclient.connections.max=2

logging.level.org.springframework.web=INFO
logging.level.org.hibernate=INFO
Expand Down

0 comments on commit 3647636

Please sign in to comment.