From 454fc41b713951fc15a659981cb71dc37e28a9c8 Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Tue, 10 Nov 2020 20:31:50 -0500 Subject: [PATCH] Increase BACKUPTICS --- src/d_clisrv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d_clisrv.h b/src/d_clisrv.h index c6d83fa1a..013990325 100644 --- a/src/d_clisrv.h +++ b/src/d_clisrv.h @@ -37,7 +37,7 @@ applications may follow different packet versions. // be transmitted. // Networking and tick handling related. -#define BACKUPTICS 32 +#define BACKUPTICS 1024 #define TICQUEUE 512 // more than enough for most timeouts.... #define MAXTEXTCMD 256 //