Skip to content

Commit 76dddf9

Browse files
authored
Update performance-tips-java-sdk-v4.md
1 parent 2520b8a commit 76dddf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/nosql/performance-tips-java-sdk-v4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The threshold-based availability strategy can improve tail latency and availabil
6969
```java
7070
// Proactive Connection Management
7171
CosmosContainerIdentity containerIdentity = new CosmosContainerIdentity("sample_db_id", "sample_container_id");
72-
int proactiveConnectionRegionsCount = 1;
72+
int proactiveConnectionRegionsCount = 2;
7373
Duration aggressiveWarmupDuration = Duration.ofSeconds(1);
7474

7575
CosmosAsyncClient clientWithOpenConnections = new CosmosClientBuilder()

0 commit comments

Comments
 (0)