0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-27 11:18:51 +02:00

ircdⓂ️:dbs: Reduce content column block size.

This commit is contained in:
Jason Volk 2020-09-12 20:24:30 -07:00
parent ed01ed05dc
commit 87cff29e53

View file

@ -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)