mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-02-17 17:57:13 +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",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": true,
|
||||
"source.organizeImports": true
|
||||
"source.fixAll.eslint": "explicit",
|
||||
"source.organizeImports": "explicit"
|
||||
},
|
||||
"typescript.preferences.importModuleSpecifier": "non-relative",
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
|
@ -198,10 +198,10 @@ export function client(): Cosmos.CosmosClient {
|
||||
tokenProvider,
|
||||
connectionPolicy: {
|
||||
enableEndpointDiscovery: true,
|
||||
preferredLocations: ["East US", "Central US"],
|
||||
connectionMode: Cosmos.ConnectionMode.Gateway,
|
||||
enableBackgroundEndpointRefreshing: true,
|
||||
endpointRefreshRateInMs: 5000,
|
||||
// preferredLocations: ["East US", "Central US"],
|
||||
// connectionMode: Cosmos.ConnectionMode.Gateway,
|
||||
// enableBackgroundEndpointRefreshing: true,
|
||||
// endpointRefreshRateInMs: 5000,
|
||||
},
|
||||
userAgentSuffix: "Azure Portal",
|
||||
defaultHeaders: _defaultHeaders,
|
||||
|
Loading…
x
Reference in New Issue
Block a user