From: Jonathan Neuschäfer Date: Thu, 22 Dec 2011 21:39:57 +0000 (+0100) Subject: config.sample: add the "timeout" option X-Git-Tag: release-0.20~26 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=652bfd6168ab54906a3f3a179eb0710ab3a4172b;p=ncmpc.git config.sample: add the "timeout" option --- diff --git a/doc/config.sample b/doc/config.sample index c833d5a..54fa82f 100644 --- a/doc/config.sample +++ b/doc/config.sample @@ -12,6 +12,9 @@ ## Connect to mpd using the specified password. #password = "secret" +## Reconnect after NUM seconds of MPD not responding. +#timeout = 5 + ############## Interface #################### ## Enable mouse support (if enabled at compile time). #enable-mouse = no