0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-29 00:03:45 +02:00

ircd::client: Increase the default pool size.

This commit is contained in:
Jason Volk 2020-04-23 04:47:00 -07:00
parent ba06958d69
commit 762455dec3

View file

@ -38,7 +38,7 @@ ircd::client::settings::pool_size
{
{
{ "name", "ircd.client.pool_size" },
{ "default", 64L },
{ "default", 96L },
}, []
{
using client = ircd::client;