diff options
author | Max Kellermann <max@duempel.org> | 2014-12-14 21:16:34 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-15 00:45:13 +0100 |
commit | a48704925d6c3e5c01057192403e55f3663b315c (patch) | |
tree | 551f94bfa11da645dc01e61bd38d746383436b87 /NEWS | |
parent | 68d1abdb851a839fefc55b00eb49eb22a399595b (diff) | |
download | mpd-a48704925d6c3e5c01057192403e55f3663b315c.tar.gz mpd-a48704925d6c3e5c01057192403e55f3663b315c.tar.xz mpd-a48704925d6c3e5c01057192403e55f3663b315c.zip |
storage/nfs: add timeout
Diffstat (limited to '')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ ver 0.19.7 (not yet released) - nfs: fix memory leak on connection failure - nfs: fix reconnect after mount failure - nfs: implement mount timeout (60 seconds) +* storage + - nfs: implement I/O timeout (60 seconds) * playlist - don't skip non-existent songs in "listplaylist" * fix memory allocator bug on Windows |