We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6df567 commit 5d50983Copy full SHA for 5d50983
src/filesdb.rs
@@ -5,7 +5,7 @@ use hashfilter::HashFilter;
5
use lazy_static::lazy_static;
6
7
lazy_static! {
8
- static ref DB: Mutex<HashFilter> = Mutex::new(HashFilter::open("incompressible.dat"));
+ static ref DB: Mutex<HashFilter> = Mutex::new(HashFilter::default());
9
}
10
11
pub struct FilesDb;
0 commit comments