Skip to content

Commit 704dd60

Browse files
authored
Merge pull request #15791 from iterate-ch/feature/GH-15790
Unlimited connections per route in pool.
2 parents a3d92b9 + 078c1fb commit 704dd60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

defaults/src/main/resources/default.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,13 @@ queue.transcript.size.height=200
233233
http.compression.enable=true
234234

235235
# HTTP routes to maximum number of connections allowed for those routes
236-
http.connections.route=10
236+
# Integer.MAX_VALUE
237+
http.connections.route=2147483647
237238
http.connections.reuse=true
238239
http.connections.stale.check.ms=5000
239240

240241
# Total number of connections in the pool
242+
# Integer.MAX_VALUE
241243
http.connections.total=2147483647
242244

243245
# Infinite

0 commit comments

Comments
 (0)