gnosisguild/enclave

Refactor HashSet to be a blume filter to avoid the set growing indefinitely

Opened this issue · 0 comments

          _:hammer_and_wrench: Refactor suggestion_

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)