Commit 24aa9e9
authored
Increase number of simultaneous connections per Workspace (#548)
## What changes are proposed in this pull request?
Increase number of simultaneous connections per Workspace from 2 to 20.
This allows for better parallelization for customers. The new default
matches the Databricks Python SDK default configuration.
## How is this tested?
N/A1 parent 237748f commit 24aa9e9
File tree
2 files changed
+5
-0
lines changed- databricks-sdk-java/src/main/java/com/databricks/sdk/core/commons
2 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| 144 | + | |
144 | 145 | | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
145 | 149 | | |
146 | 150 | | |
147 | 151 | | |
| |||
0 commit comments