diff options
author | Viliam Mateicka <viliam.mateicka@gmail.com> | 2009-10-29 22:38:18 +0100 |
---|---|---|
committer | Viliam Mateicka <viliam.mateicka@gmail.com> | 2009-10-29 22:38:18 +0100 |
commit | bb5acc939fccd27c5ac47173905dcdf84f88a722 (patch) | |
tree | cde754299f868f651cfe8dafaa3fbddebb32f53f /doc/mpdconf.example | |
parent | bde3d1433997af8cc430f4b9d38e5bde97d3b760 (diff) | |
download | mpd-bb5acc939fccd27c5ac47173905dcdf84f88a722.tar.gz mpd-bb5acc939fccd27c5ac47173905dcdf84f88a722.tar.xz mpd-bb5acc939fccd27c5ac47173905dcdf84f88a722.zip |
httpd: add config option to limit number of clients
Diffstat (limited to 'doc/mpdconf.example')
-rw-r--r-- | doc/mpdconf.example | 1 |
1 files changed, 1 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) |