mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 07:23:53 +01:00
ircdⓂ️:dbs: Reduce content column block size.
This commit is contained in:
parent
ed01ed05dc
commit
87cff29e53
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ decltype(ircd::m::dbs::desc::content__block__size)
|
|||
ircd::m::dbs::desc::content__block__size
|
||||
{
|
||||
{ "name", "ircd.m.dbs.content.block.size" },
|
||||
{ "default", 2048L },
|
||||
{ "default", long(1_KiB) },
|
||||
};
|
||||
|
||||
decltype(ircd::m::dbs::desc::content__meta_block__size)
|
||||
|
|
Loading…
Reference in a new issue