Skip to content

Commit

Permalink
Optimize bloomfilter bits per key value
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiao-Jin committed Jul 14, 2020
1 parent 5107c5b commit 7bccc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LevelDBStore/LevelDBStore/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"PluginConfiguration": {
"Path": "Data_LevelDB_{0}",
"BloomFilterBitsPerKey": 20
"BloomFilterBitsPerKey": 15
}
}

0 comments on commit 7bccc9f

Please sign in to comment.