mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
ircd:Ⓜ️:dbs: Disable bloom filter on event property columns.
This commit is contained in:
parent
ba5a97821c
commit
6adc71151d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ decltype(ircd::m::dbs::desc::_event__bloom__bits)
|
|||
ircd::m::dbs::desc::_event__bloom__bits
|
||||
{
|
||||
{ "name", "ircd.m.dbs.__event.bloom.bits" },
|
||||
{ "default", 8L },
|
||||
{ "default", 0L },
|
||||
};
|
||||
|
||||
decltype(ircd::m::dbs::desc::event_id__block__size)
|
||||
|
|
Loading…
Reference in a new issue