From 652bfd6168ab54906a3f3a179eb0710ab3a4172b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonathan=20Neusch=C3=A4fer?= Date: Thu, 22 Dec 2011 22:39:57 +0100 Subject: [PATCH] config.sample: add the "timeout" option --- doc/config.sample | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.30.2