Skip to content

Commit 86117a0

Browse files
committed
Revert "fix(l1, l2): tuning parameters of qfilter (#5166)"
This reverts commit 271e68a.
1 parent 8feab60 commit 86117a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/storage/trie_db/layering.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ impl Default for TrieLayerCache {
4444
impl TrieLayerCache {
4545
// TODO: tune this
4646
fn create_filter() -> Result<qfilter::Filter, qfilter::Error> {
47-
qfilter::Filter::new_resizeable(1_000_000, 100_000_000, 0.02)
47+
qfilter::Filter::new_resizeable(100_000, 100_000_000, 0.02)
4848
.inspect_err(|e| tracing::warn!("could not create trie layering bloom filter {e}"))
4949
}
5050

0 commit comments

Comments
 (0)