aboutsummaryrefslogtreecommitdiffstats
path: root/src/ncmpc.h
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-06-09 17:31:24 +0000
committerKalle Wallin <kaw@linux.se>2004-06-09 17:31:24 +0000
commit72c0b2270d207e32a2124ce6439214e5e8139e57 (patch)
treeb20f394ba2cb3f036d90cd9f84def6fe8e6a8d27 /src/ncmpc.h
parenta14b635343ebdcb711885d840687d181ebd2bfbb (diff)
downloadmpd-72c0b2270d207e32a2124ce6439214e5e8139e57.tar.gz
mpd-72c0b2270d207e32a2124ce6439214e5e8139e57.tar.xz
mpd-72c0b2270d207e32a2124ce6439214e5e8139e57.zip
Updated the reconnect code to allow user to abort in raw mode
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1422 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/ncmpc.h')
-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 */