fix: adding MaxRetryCount for capped num of retries
Signed-off-by: Shiva Pentakota <spentakota@vmware.com>
This commit is contained in:
parent
981dc2df11
commit
9fcd1a8293
1 changed files with 3 additions and 0 deletions
|
|
@ -283,6 +283,9 @@ type (
|
||||||
|
|
||||||
// LeaseSyncingTimeInterval The number of milliseconds to wait before syncing with lease table (dynamoDB)
|
// LeaseSyncingTimeInterval The number of milliseconds to wait before syncing with lease table (dynamoDB)
|
||||||
LeaseSyncingTimeIntervalMillis int
|
LeaseSyncingTimeIntervalMillis int
|
||||||
|
|
||||||
|
// MaxRetryCount The maximum number of retries in case of error
|
||||||
|
MaxRetryCount int
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue