Skip to content

Commit 445804e

Browse files
Document default per-client connection-pool-size for rest-cliet.
1 parent 39b5bcb commit 445804e

File tree

1 file changed

+1
-0
lines changed
  • extensions/resteasy-classic/rest-client-config/runtime/src/main/java/io/quarkus/restclient/config

1 file changed

+1
-0
lines changed

extensions/resteasy-classic/rest-client-config/runtime/src/main/java/io/quarkus/restclient/config/RestClientsConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@ default Optional<String> uriReload() {
543543
/**
544544
* The size of the connection pool for this client.
545545
*/
546+
@WithDefault("50")
546547
Optional<Integer> connectionPoolSize();
547548

548549
/**

0 commit comments

Comments
 (0)