From 093f4af2827dab26785e788dc0d49d54308239b5 Mon Sep 17 00:00:00 2001 From: default Date: Fri, 8 Mar 2024 05:41:08 +0100 Subject: Shortened the maximum conversation levels. Set to a compilation define in MAX_CONVERSATION_LEVELS. --- snac.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'snac.h') diff --git a/snac.h b/snac.h index 05ea1e2..1afbfc7 100644 --- a/snac.h +++ b/snac.h @@ -16,6 +16,10 @@ #define MAX_THREADS 256 #endif +#ifndef MAX_CONVERSATION_LEVELS +#define MAX_CONVERSATION_LEVELS 48 +#endif + extern double disk_layout; extern xs_str *srv_basedir; extern xs_dict *srv_config; -- cgit v1.2.3