mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 07:23:53 +01:00
ircd::client: Fix trailing space in conf item.
This commit is contained in:
parent
3cf6f8c284
commit
d91917913f
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ ircd::conf::item<size_t>
|
|||
ircd::client::settings::pool_size
|
||||
{
|
||||
{
|
||||
{ "name", "ircd.client.pool_size " },
|
||||
{ "name", "ircd.client.pool_size" },
|
||||
{ "default", 64L },
|
||||
}, []
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue