diff --git a/clientlibrary/config/config.go b/clientlibrary/config/config.go index 5b45678..b497f8f 100644 --- a/clientlibrary/config/config.go +++ b/clientlibrary/config/config.go @@ -283,6 +283,9 @@ type ( // LeaseSyncingTimeInterval The number of milliseconds to wait before syncing with lease table (dynamoDB) LeaseSyncingTimeIntervalMillis int + + // MaxRetryCount The maximum number of retries in case of error + MaxRetryCount int } )