From 386accfd4645ede0743dc5500fe09a350d3dff68 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Wed, 16 Jun 2010 15:59:50 +0100 Subject: Reduce INITIAL_RECONNECTION_TIME to 3 seconds This gives us pretty much the same progression, but with the first reconnection happening fast enough for the test suite. --- src/mcd-connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mcd-connection.c b/src/mcd-connection.c index 5cd472bb..327c2d88 100644 --- a/src/mcd-connection.c +++ b/src/mcd-connection.c @@ -75,7 +75,7 @@ #include "_gen/cli-Connection_Interface_Contact_Capabilities_Draft1-body.h" #include "_gen/cli-Connection_Interface_Contact_Capabilities-body.h" -#define INITIAL_RECONNECTION_TIME 10 /* seconds */ +#define INITIAL_RECONNECTION_TIME 3 /* seconds */ #define RECONNECTION_MULTIPLIER 3 #define MAXIMUM_RECONNECTION_TIME 30 * 60 /* half an hour */ -- cgit v1.2.1