mirror of
https://github.com/matrix-construct/construct
synced 2025-02-16 16:50:12 +01:00
modules/s_fetch: Enable by default via conf item.
This commit is contained in:
parent
7ea6a3b39a
commit
8208a67e7f
1 changed files with 1 additions and 2 deletions
|
@ -20,8 +20,7 @@ decltype(ircd::m::fetch::enable)
|
|||
ircd::m::fetch::enable
|
||||
{
|
||||
{ "name", "ircd.m.fetch.enable" },
|
||||
{ "default", false },
|
||||
{ "persist", false },
|
||||
{ "default", true },
|
||||
};
|
||||
|
||||
decltype(ircd::m::fetch::timeout)
|
||||
|
|
Loading…
Add table
Reference in a new issue