mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-21 22:38:41 -06:00
reasonable total connections value
This commit is contained in:
parent
14c66ee2eb
commit
4dde1651ab
|
@ -29,7 +29,7 @@ pub fn bind_server(
|
|||
let server = Server::bind(
|
||||
config.server.address,
|
||||
ServerConfig {
|
||||
max_total_connections: config.server.max_clients,
|
||||
max_total_connections: config.server.max_clients * 2,
|
||||
max_active_connections: config.server.max_clients,
|
||||
enable_handshake_errors: true,
|
||||
endpoint_config: EndpointConfig {
|
||||
|
|
Loading…
Reference in a new issue