You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Right now we are using MaxAttemptsToUpdatePivot = int.MaxValue, which is enough, because it means that node is trying to update pivot for ~68 years before giving up. But making it really infinite would be nice.
Describe the solution you'd like
Refactor code to make infinite attempts to update pivot if MaxAttemptsToUpdatePivot is e.g. -1
Additional context
Automatic pivot updates were introduced here: #5256
And changed to "infinite" here: #5988
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Right now we are using
MaxAttemptsToUpdatePivot
=int.MaxValue
, which is enough, because it means that node is trying to update pivot for ~68 years before giving up. But making it really infinite would be nice.Describe the solution you'd like
Refactor code to make infinite attempts to update pivot if
MaxAttemptsToUpdatePivot
is e.g.-1
Additional context
Automatic pivot updates were introduced here: #5256
And changed to "infinite" here: #5988
The text was updated successfully, but these errors were encountered: