httpd: add config option to limit number of clients
This commit is contained in:
@@ -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)
|
||||
|
10
doc/user.xml
10
doc/user.xml
@@ -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>
|
||||
|
Reference in New Issue
Block a user