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

modules/media/media: Increase default block cache size.

This commit is contained in:
Jason Volk 2020-03-09 18:46:01 -07:00
parent fe70de48b4
commit bc2a05d563

View file

@ -106,7 +106,7 @@ ircd::m::media::blocks_cache_size
{
{
{ "name", "ircd.media.blocks.cache.size" },
{ "default", long(48_MiB) },
{ "default", long(64_MiB) },
}, []
{
if(!blocks)