mirror of
https://github.com/matrix-construct/construct
synced 2024-11-17 23:40:57 +01:00
modules/media/media: Add some bloom on blocks table.
This commit is contained in:
parent
fbad6072df
commit
46154c61c2
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ media_blocks_descriptor
|
||||||
bool(media_blocks_cache_comp_enable)? -1 : 0,
|
bool(media_blocks_cache_comp_enable)? -1 : 0,
|
||||||
|
|
||||||
// bloom_bits
|
// bloom_bits
|
||||||
0,
|
10,
|
||||||
|
|
||||||
// expect hit
|
// expect hit
|
||||||
true,
|
true,
|
||||||
|
|
Loading…
Reference in a new issue