diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mpdconf.example | 1 | ||||
-rw-r--r-- | doc/user.xml | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 166212ebd..6da84fc37 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -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) diff --git a/doc/user.xml b/doc/user.xml index 8111482d4..2e4261d3e 100644 --- a/doc/user.xml +++ b/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> |