Closed
Bug 1453126
Opened 8 years ago
Closed 8 years ago
Bugzilla::Bloomfilter should encourage preserving the input files for its filters
Categories
(bugzilla.mozilla.org :: General, enhancement)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dylan, Assigned: dylan)
Details
Attachments
(1 file)
Right now we're using the bloomfilter code for an IP whitelist and also a hostname blacklist. The bloomfilters are stored in the data/ directory for now.
Bloomfilters are populated from text files, with one entry per line.
However there is no requirement to where those text files are stored.
I'd like to make it so we store the input files and the bloomfilters in the same place, so that when we need to update the bloomfilter files we can be sure we're updating the same content.
Also I'll use this as an opportunity to use File::Slurper.
| Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8966760 -
Flags: review+
| Assignee | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•