Refactor HashSet to be a blume filter to avoid the set growing indefinitely #210
Labels
bug
Something isn't working
Ciphernode
Related to the ciphernode package
technical debt
Unaddressed shortcuts thay will become expensive problems later.
Limit the scope of your HashSet
'sent_events' grows indefinitely. Consider pruning older events or using a rolling cache to avoid unbounded growth in long-running processes.
Originally posted by @coderabbitai[bot] in #205 (comment)
The text was updated successfully, but these errors were encountered: