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
Follow-up of: #4619
Please look at the PR comments for additionnal context.
Non critical instances that we may want to better handle
In the AsyncPool, the keys in the DB are AsyncMessageId that are Ord and partly encoded as Varint. We do not (currently) use this Ord, but may in the future).
Executed Denunciations are indexed by DenunciationIndexed that are Ord and partly encoded as Varint.. We do not (currently) use this Ord, but may in the future)
MIP Info related keys, but we don't iter on them in the DB, we query all of them at start.
The text was updated successfully, but these errors were encountered:
Follow-up of: #4619
Please look at the PR comments for additionnal context.
Non critical instances that we may want to better handle
The text was updated successfully, but these errors were encountered: