mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-31 23:02:29 +00:00
Added loadOfffer with retry
This commit is contained in:
@@ -437,3 +437,8 @@ export class TerminalQueryParams {
|
||||
public static readonly SubscriptionId = "subscriptionId";
|
||||
public static readonly TerminalEndpoint = "terminalEndpoint";
|
||||
}
|
||||
|
||||
export class LoadOfferRetry {
|
||||
public static readonly MaxRetries = 5;
|
||||
public static readonly RetryAfterMilliSeconds = 5000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user