summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-03-08 05:41:08 +0100
committerdefault <nobody@localhost>2024-03-08 05:41:08 +0100
commit093f4af2827dab26785e788dc0d49d54308239b5 (patch)
tree8b11d7bf94934136bf886a7522d22f4c16a0a355 /snac.h
parentc2fb2a4034f499cc44227b6485881ba9127c2f01 (diff)
Shortened the maximum conversation levels.
Set to a compilation define in MAX_CONVERSATION_LEVELS.
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h4
1 files changed, 4 insertions, 0 deletions
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;