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:
parent
3e5f297605
commit
b47171f8f9
1 changed files with 1 additions and 1 deletions
|
@ -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"_>()));
|
||||
|
|
Loading…
Reference in a new issue