0
0
Fork 0
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:
Jason Volk 2021-05-11 23:39:35 -07:00
parent 2c243be19a
commit 8c077cfe15

View file

@ -117,7 +117,7 @@ decltype(ircd::cl::enable)
ircd::cl::enable
{
{ "name", "ircd.cl.enable" },
{ "default", false },
{ "default", true },
{ "persist", false },
};