httpd: add config option to limit number of clients

This commit is contained in:
Viliam Mateicka
2009-10-29 22:38:18 +01:00
parent bde3d14339
commit bb5acc939f
4 changed files with 31 additions and 3 deletions

View File

@@ -803,6 +803,16 @@ cd mpd-version</programlisting>
second.
</entry>
</row>
<row>
<entry>
<varname>max_clients</varname>
<parameter>MC</parameter>
</entry>
<entry>
Sets a limit, number of concurrent clients. When set
to 0 no limit will apply.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>