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/user.xml | |
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/user.xml')
-rw-r--r-- | doc/user.xml | 10 |
1 files changed, 10 insertions, 0 deletions
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> |