X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=config.example.js;h=674f8f999712fc4bb5142fae44f35fa87c499ce1;hb=d0469a6fb843c79fca0b10d3fc0e27f3b3ccaca8;hp=6d91eaa355c1bf589c2a4d723bff711f448bf479;hpb=dea06eac95ef40e2b79159009c1dd4b9e38999d2;p=KiwiIRC.git diff --git a/config.example.js b/config.example.js index 6d91eaa..674f8f9 100644 --- a/config.example.js +++ b/config.example.js @@ -53,6 +53,13 @@ conf.public_http = "client/"; // Max connections per connection. 0 to disable conf.max_client_conns = 5; +// Max connections per server. 0 to disable. +// Setting is ignored if: +// - There is a WEBIRC password configured for the server, +// - Kiwi is configured to send the client's ip as a username for the server, or +// - Kiwi is running in restricted server mode. +conf.max_server_conns = 0; + /* * Client side plugins