Skip to content

Commit

Permalink
Document default per-client connection-pool-size for rest-cliet.
Browse files Browse the repository at this point in the history
  • Loading branch information
weltonrodrigo authored Dec 16, 2024
1 parent 39b5bcb commit 445804e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,7 @@ default Optional<String> uriReload() {
/**
* The size of the connection pool for this client.
*/
@WithDefault("50")
Optional<Integer> connectionPoolSize();

/**
Expand Down

0 comments on commit 445804e

Please sign in to comment.