mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-27 21:01:57 +00:00
Comment out endpoint refresh during capturing http traffic.
This commit is contained in:
@@ -213,8 +213,8 @@ export function client(): Cosmos.CosmosClient {
|
||||
enableEndpointDiscovery: true,
|
||||
preferredLocations: ["East US", "Central US"],
|
||||
connectionMode: Cosmos.ConnectionMode.Gateway,
|
||||
enableBackgroundEndpointRefreshing: true,
|
||||
endpointRefreshRateInMs: 5000,
|
||||
// enableBackgroundEndpointRefreshing: true,
|
||||
// endpointRefreshRateInMs: 5000
|
||||
},
|
||||
userAgentSuffix: "Azure Portal",
|
||||
defaultHeaders: _defaultHeaders,
|
||||
|
||||
Reference in New Issue
Block a user