Code

config.sample: add the "timeout" option
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Thu, 22 Dec 2011 21:39:57 +0000 (22:39 +0100)
committerJonathan Neuschäfer <j.neuschaefer@gmx.net>
Thu, 22 Dec 2011 21:39:57 +0000 (22:39 +0100)
doc/config.sample

index c833d5af0650051f569c4cc1af42d1c005d72236..54fa82febbe6f7dd57795d359d7d35d21a9aaa9e 100644 (file)
@@ -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