Skip to content

Commit

Permalink
Update java/client/src/main/java/glide/api/models/configuration/BaseC…
Browse files Browse the repository at this point in the history
…lientConfiguration.java

Co-authored-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Gilboab <[email protected]>
  • Loading branch information
GilboaAWS and Yury-Fridlyand committed Oct 10, 2024
1 parent a3521d3 commit dd35d35
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ public abstract class BaseClientConfiguration {
/**
* The maximum number of concurrent requests allowed to be in-flight (sent but not yet completed).
* This limit is used to control the memory usage and prevent the client from overwhelming the
* server or getting stuck in case of a queue backlog. If not set, a default value will be used.
* server or getting stuck in case of a queue backlog. If not set, a default value of 1000 will be
* used.
*/
private final Integer inflightRequestsLimit;
}

0 comments on commit dd35d35

Please sign in to comment.