aboutsummaryrefslogtreecommitdiffstats
path: root/src/mpc.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/mpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mpc.c b/src/mpc.c
index a2db4c62f..e5b6a2e8b 100644
--- a/src/mpc.c
+++ b/src/mpc.c
@@ -77,7 +77,7 @@ mpc_reconnect(mpd_client_t *c, char *host, int port, char *password)
{
mpd_Connection *connection;
- connection = mpd_newConnection(host, port, 10);
+ connection = mpd_newConnection(host, port, 1);
if( connection==NULL )
return -1;
if( connection->error )