| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_CLIENT_BACKOFF |
10000 |
public static final int |
DEFAULT_MAX_BACKOFF |
30000 |
public static final int |
DEFAULT_MIN_BACKOFF |
1000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_CLIENT_RETRY_COUNT |
10 |
public static final boolean |
DEFAULT_FIRST_FAST_RETRY |
true |
public static final int |
DEFAULT_RETRY_INTERVAL |
1000 |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/