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
Revert "kv: add a backoff to the retry loop in db.Txn"
This reverts commit ef5deaa.
Since this commit was introduced, we've addressed the underlying backoff
issue within kvnemesis (cockroachdb#137092). We don't need the backoff for all
users of the `db.Txn` API; in fact, a 20ms backoff might be too
aggressive for most non-kvnemesis use cases.
Informs: cockroachdb#136266
Release note: None
0 commit comments