mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-02-20 03:05:39 +00:00
Testing table accounts.
This commit is contained in:
parent
89469ae71e
commit
b1c985e9c2
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@ -20,8 +20,8 @@
|
|||||||
"typescript.tsdk": "node_modules/typescript/lib",
|
"typescript.tsdk": "node_modules/typescript/lib",
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.fixAll.eslint": true,
|
"source.fixAll.eslint": "explicit",
|
||||||
"source.organizeImports": true
|
"source.organizeImports": "explicit"
|
||||||
},
|
},
|
||||||
"typescript.preferences.importModuleSpecifier": "non-relative",
|
"typescript.preferences.importModuleSpecifier": "non-relative",
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||||
|
@ -198,10 +198,10 @@ export function client(): Cosmos.CosmosClient {
|
|||||||
tokenProvider,
|
tokenProvider,
|
||||||
connectionPolicy: {
|
connectionPolicy: {
|
||||||
enableEndpointDiscovery: true,
|
enableEndpointDiscovery: true,
|
||||||
preferredLocations: ["East US", "Central US"],
|
// preferredLocations: ["East US", "Central US"],
|
||||||
connectionMode: Cosmos.ConnectionMode.Gateway,
|
// connectionMode: Cosmos.ConnectionMode.Gateway,
|
||||||
enableBackgroundEndpointRefreshing: true,
|
// enableBackgroundEndpointRefreshing: true,
|
||||||
endpointRefreshRateInMs: 5000,
|
// endpointRefreshRateInMs: 5000,
|
||||||
},
|
},
|
||||||
userAgentSuffix: "Azure Portal",
|
userAgentSuffix: "Azure Portal",
|
||||||
defaultHeaders: _defaultHeaders,
|
defaultHeaders: _defaultHeaders,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user