// Copyright (c) Microsoft Corporation. // Licensed under the MIT license. /** * Maximum number of retries for the throttling retry policy */ export const DEFAULT_CLIENT_MAX_RETRY_COUNT = 3; //# sourceMappingURL=throttlingRetryStrategy.js.map