Merge branch 'timeout_in_second' of git://github.com/mxjeff/MPD

This commit is contained in:
Max Kellermann 2021-02-20 20:11:38 +01:00
commit 00a1731085
1 changed files with 1 additions and 2 deletions

View File

@ -62,6 +62,5 @@ The following environment variables should be obeyed by all clients
``password@@socket``). ``password@@socket``).
- :envvar:`MPD_PORT`: the port number; defaults to 6600. - :envvar:`MPD_PORT`: the port number; defaults to 6600.
- :envvar:`MPD_TIMEOUT`: timeout for connecting to MPD and for waiting - :envvar:`MPD_TIMEOUT`: timeout for connecting to MPD and for waiting
for MPD's response in milliseconds. A good default is 30 seconds for MPD's response in seconds. A good default is 30 seconds.
(i.e. 30.000 ms).