Skip to content

Commit f80d0ad

Browse files
Updated default values for DirectConnectionConfig on performance docs
1 parent c9004a0 commit f80d0ad

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,13 @@ Please see the [Windows](https://docs.microsoft.com/azure/virtual-network/create
159159

160160
As a first step, use the following recommended configuration settings below. These *DirectConnectionConfig* options are advanced configuration settings which can affect SDK performance in unexpected ways; we recommend users avoid modifying them unless they feel very comfortable in understanding the tradeoffs and it is absolutely necessary. Please contact the [Azure Cosmos DB team](mailto:[email protected]) if you run into issues on this particular topic.
161161

162-
| Configuration option | Default |
163-
| :------------------: | :-----: |
164-
| idleConnectionTimeout | "PT1M" |
165-
| maxConnectionsPerEndpoint | "PT0S" |
166-
| connectTimeout | "PT1M10S" |
167-
| idleEndpointTimeout | 8388608 |
168-
| maxRequestsPerConnection | 10 |
162+
| Configuration option | Default |
163+
| :------------------: | :-----: |
164+
| idleConnectionTimeout | "PT0" |
165+
| maxConnectionsPerEndpoint | "130" |
166+
| connectTimeout | "PT5S" |
167+
| idleEndpointTimeout | "PT1H" |
168+
| maxRequestsPerConnection | "30" |
169169

170170
* **Tuning parallel queries for partitioned collections**
171171

0 commit comments

Comments
 (0)