Revert "collapse zero activity"
[KiwiIRC.git] / config.example.js
index 6d91eaa355c1bf589c2a4d723bff711f448bf479..674f8f999712fc4bb5142fae44f35fa87c499ce1 100644 (file)
@@ -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