mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 08:42:34 +01:00
ircd:🆑 Default enable.
This commit is contained in:
parent
2c243be19a
commit
8c077cfe15
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ decltype(ircd::cl::enable)
|
|||
ircd::cl::enable
|
||||
{
|
||||
{ "name", "ircd.cl.enable" },
|
||||
{ "default", false },
|
||||
{ "default", true },
|
||||
{ "persist", false },
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue