0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-29 08:13:46 +02:00

ircd:Ⓜ️:dbs: Increase default cache size for type column.

This commit is contained in:
Jason Volk 2020-05-30 01:30:58 -07:00
parent 60b28ade71
commit 3c137215f3

View file

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