From f8b13579222e3644f1a736a487bba564bc757f38 Mon Sep 17 00:00:00 2001 From: sin Date: Fri, 3 Oct 2014 17:04:59 +0100 Subject: Up max calls to 8 after discussion with other tox developers --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 46e9e72..0a42a24 100644 --- a/config.def.h +++ b/config.def.h @@ -2,7 +2,7 @@ #define DATAFILE ".ratox.data" /* connection delay in seconds */ #define CONNECTDELAY 5 -#define MAXCALLS 3 +#define MAXCALLS 8 static int encryptdatafile = 0; -- cgit v1.2.3