We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2520b8a commit 76dddf9Copy full SHA for 76dddf9
articles/cosmos-db/nosql/performance-tips-java-sdk-v4.md
@@ -69,7 +69,7 @@ The threshold-based availability strategy can improve tail latency and availabil
69
```java
70
// Proactive Connection Management
71
CosmosContainerIdentity containerIdentity = new CosmosContainerIdentity("sample_db_id", "sample_container_id");
72
-int proactiveConnectionRegionsCount = 1;
+int proactiveConnectionRegionsCount = 2;
73
Duration aggressiveWarmupDuration = Duration.ofSeconds(1);
74
75
CosmosAsyncClient clientWithOpenConnections = new CosmosClientBuilder()
0 commit comments