Skip to content

Commit

Permalink
document default connectionPoolSize
Browse files Browse the repository at this point in the history
provided by org.jboss.resteasy.reactive.client.impl.ClientImpl.DEFAULT_CONNECTION_POOL_SIZE
  • Loading branch information
lasteris committed Sep 22, 2024
1 parent 78ff380 commit 4e50b5c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ public interface RestClientsConfig {
* <p>
* Can be overwritten by client-specific settings.
*/
@ConfigDocDefault("20")
Optional<Integer> connectionPoolSize();

/**
Expand Down

0 comments on commit 4e50b5c

Please sign in to comment.