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
bbolt only supports one RW TXN at a time, so it only makes sense to add a RWTxN to record the total number of RW TXN which have ever started since opening the db.
Stats only seems to keep count of read transactions (
Stats.TxN
,Stats.OpenTxN
). Stats should also keep count of write transactions.The text was updated successfully, but these errors were encountered: