From bb5acc939fccd27c5ac47173905dcdf84f88a722 Mon Sep 17 00:00:00 2001 From: Viliam Mateicka Date: Thu, 29 Oct 2009 22:38:18 +0100 Subject: httpd: add config option to limit number of clients --- doc/mpdconf.example | 1 + doc/user.xml | 10 ++++++++++ 2 files changed, 11 insertions(+) (limited to 'doc') 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 second. + + + max_clients + MC + + + Sets a limit, number of concurrent clients. When set + to 0 no limit will apply. + + -- cgit v1.2.3