We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3d92b9 + 078c1fb commit 704dd60Copy full SHA for 704dd60
defaults/src/main/resources/default.properties
@@ -233,11 +233,13 @@ queue.transcript.size.height=200
233
http.compression.enable=true
234
235
# HTTP routes to maximum number of connections allowed for those routes
236
-http.connections.route=10
+# Integer.MAX_VALUE
237
+http.connections.route=2147483647
238
http.connections.reuse=true
239
http.connections.stale.check.ms=5000
240
241
# Total number of connections in the pool
242
243
http.connections.total=2147483647
244
245
# Infinite
0 commit comments