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
The standard formula is (checkpoint_timeout - 2min) / checkpoint_timeout rounded to one decimal.
I know, the default for checkpoint_timeout is 600s so: 600 - 120 / 600 = 0.8
currently this parameter isn't being computed and on pg 14 the default value changed to 0.9.
The text was updated successfully, but these errors were encountered: