mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
modules/media/media: Increase default block cache size.
This commit is contained in:
parent
fe70de48b4
commit
bc2a05d563
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ ircd::m::media::blocks_cache_size
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
{ "name", "ircd.media.blocks.cache.size" },
|
{ "name", "ircd.media.blocks.cache.size" },
|
||||||
{ "default", long(48_MiB) },
|
{ "default", long(64_MiB) },
|
||||||
}, []
|
}, []
|
||||||
{
|
{
|
||||||
if(!blocks)
|
if(!blocks)
|
||||||
|
|
Loading…
Reference in a new issue