1
0
mirror of https://github.com/google/leveldb.git synced 2025-04-15 13:20:37 +08:00
This commit is contained in:
gillyongs 2025-02-15 21:08:31 +01:00 committed by GitHub
commit 280945c225
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,6 +107,7 @@ static int FLAGS_open_files = 0;
// Bloom filter bits per key.
// Negative means use default settings.
// 0 means use minimum size of bloom filter.
static int FLAGS_bloom_bits = -1;
// Common key prefix length.