commit f8b13579222e3644f1a736a487bba564bc757f38 parent a15cec4b73450902c3c58479ba13bbebf5dadac3 Author: sin <sin@2f30.org> Date: Fri, 3 Oct 2014 17:04:59 +0100 Up max calls to 8 after discussion with other tox developers Diffstat:
M | config.def.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;