diff options
author | Max Kellermann <max@musicpd.org> | 2020-03-19 15:26:27 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-03-19 15:26:27 +0100 |
commit | 0da6344726b38f8f343e02f9989a453b455ad9f5 (patch) | |
tree | a897395c4c460ff04146730e657e9932970fd9a9 /doc | |
parent | cade4e71c461e6c54195434a3503e9ebac3da40d (diff) | |
parent | c560ec8ea65f7640fbf05b6c129ed0ade393f1fd (diff) |
Merge tag 'v0.21.21'
release v0.21.21
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user.rst b/doc/user.rst index 707165618..1b64b3fe9 100644 --- a/doc/user.rst +++ b/doc/user.rst @@ -692,7 +692,7 @@ These settings are various limitations to prevent :program:`MPD` from using too * - **connection_timeout SECONDS** - If a client does not send any new data in this time period, the connection is closed. Clients waiting in "idle" mode are excluded from this. Default is 60. * - **max_connections NUMBER** - - This specifies the maximum number of clients that can be connected to :program:`MPD` at the same time. Default is 5. + - This specifies the maximum number of clients that can be connected to :program:`MPD` at the same time. Default is 100. * - **max_playlist_length NUMBER** - The maximum number of songs that can be in the playlist. Default is 16384. * - **max_command_list_size KBYTES** |