mozilla / filter-cascade

A python filter cascade implementation
Mozilla Public License 2.0
6 stars 5 forks source link

Default to not leaving space in FilterCascade for additions #17

Closed jcjones closed 4 years ago

jcjones commented 4 years ago

Right now we have math using min_filter_length of 10k and growth factors of 1.1 to ensure there's room to grow a filter. That's fine, but the defaults are for filters to be static and additions handled via other means (such as stashes), so let's change those defaults.