mirror of
https://github.com/matrix-construct/construct
synced 2024-11-18 07:50:57 +01:00
ircd:Ⓜ️:event: Renamespace errant conf item name.
This commit is contained in:
parent
096a67ff8d
commit
e83bc5d930
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ namespace ircd::m
|
|||
decltype(ircd::m::event::max_size)
|
||||
ircd::m::event::max_size
|
||||
{
|
||||
{ "name", "m.event.max_size" },
|
||||
{ "default", 65507L },
|
||||
{ "name", "ircd.m.event.max_size" },
|
||||
{ "default", 65507L },
|
||||
};
|
||||
|
||||
[[gnu::tls_model("global-dynamic")]]
|
||||
|
|
Loading…
Reference in a new issue