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

@@ -252,6 +252,7 @@ input {
## quality "5.0" # do not define if bitrate is defined
# bitrate "128" # do not define if quality is defined
# format "44100:16:1"
# max_clients "0" # optional 0=no limit
#}
#
# An example of a pulseaudio output (streaming to a remote pulseaudio server)

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>