From 66976cfd80dce258a66734e34cf21491b0d4d098 Mon Sep 17 00:00:00 2001 From: sin Date: Fri, 3 Oct 2014 23:55:28 +0100 Subject: Bring connection delay down to 3s --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 0a42a24..dd4f1c4 100644 --- a/config.def.h +++ b/config.def.h @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ #define DATAFILE ".ratox.data" /* connection delay in seconds */ -#define CONNECTDELAY 5 +#define CONNECTDELAY 3 #define MAXCALLS 8 static int encryptdatafile = 0; -- cgit v1.2.3