aboutsummaryrefslogtreecommitdiffstats
path: root/src/ncmpc.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ncmpc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ncmpc.h b/src/ncmpc.h
index 2708aac50..93e48d541 100644
--- a/src/ncmpc.h
+++ b/src/ncmpc.h
@@ -32,8 +32,8 @@
/* time in seconds between mpd updates (double) */
#define MPD_UPDATE_TIME 0.5
-/* timout in seconds before trying to reconnect (int) */
-#define MPD_RECONNECT_TIMEOUT 3
+/* time in milliseconds before trying to reconnect (int) */
+#define MPD_RECONNECT_TIME 1000
#endif /* NCMPC_H */