0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-08 21:18:57 +02:00

ircd:Ⓜ️:media: Fix conf items outside of ircd.m. namespace.

This commit is contained in:
Jason Volk 2022-08-10 12:42:28 -07:00
parent 479d22466e
commit d15e95b2ac

View file

@ -17,8 +17,8 @@ ircd::m::media::log
decltype(ircd::m::media::events_prefetch)
ircd::m::media::events_prefetch
{
{ "name", "ircd.media.file.prefetch.events" },
{ "default", 16L },
{ "name", "ircd.m.media.file.prefetch.events" },
{ "default", 16L },
};
decltype(ircd::m::media::downloading)
@ -146,8 +146,8 @@ catch(const ircd::server::unavailable &e)
decltype(ircd::m::media::download_timeout)
ircd::m::media::download_timeout
{
{ "name", "ircd.media.download.timeout" },
{ "default", 30L },
{ "name", "ircd.m.media.download.timeout" },
{ "default", 30L },
};
std::pair