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
Currently, BloomFilter::getMatchingMessages returns messages directly in the order that the database provides. Instead, it should return more important and newer messages first so that they are more likely to be transmitted before the connection terminates.
The text was updated successfully, but these errors were encountered:
Currently,
BloomFilter::getMatchingMessages
returns messages directly in the order that the database provides. Instead, it should return more important and newer messages first so that they are more likely to be transmitted before the connection terminates.The text was updated successfully, but these errors were encountered: