0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-29 10:12:39 +01:00

ircd:Ⓜ️:dbs: Increase content column cache default.

This commit is contained in:
Jason Volk 2021-01-06 20:24:57 -08:00
parent 3e5f297605
commit b47171f8f9

View file

@ -283,7 +283,7 @@ ircd::m::dbs::desc::content__cache__size
{
{
{ "name", "ircd.m.dbs.content.cache.size" },
{ "default", long(48_MiB) },
{ "default", long(64_MiB) },
}, []
{
auto &column(event_column.at(json::indexof<event, "content"_>()));