You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Properly document and unify the default REST Client connection pool size
Comment from Guillaume:
The default REST Client connection pool size for RESTEasy Classic was
50, but the one for Quarkus REST is 20.
Given most of the time, the limit factor will be the responsiveness of the
server, not the speed of the implementation, I think we should be
conservative and keep the same values.
Co-authored-by: Guillaume Smet <[email protected]>
Copy file name to clipboardExpand all lines: extensions/resteasy-classic/rest-client-config/runtime/src/main/java/io/quarkus/restclient/config/RestClientsConfig.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -150,6 +150,7 @@ public interface RestClientsConfig {
Copy file name to clipboardExpand all lines: independent-projects/resteasy-reactive/client/runtime/src/main/java/org/jboss/resteasy/reactive/client/impl/ClientImpl.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ public class ClientImpl implements Client {
0 commit comments