diff options
author | default <nobody@localhost> | 2024-03-08 05:41:08 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2024-03-08 05:41:08 +0100 |
commit | 093f4af2827dab26785e788dc0d49d54308239b5 (patch) | |
tree | 8b11d7bf94934136bf886a7522d22f4c16a0a355 /snac.h | |
parent | c2fb2a4034f499cc44227b6485881ba9127c2f01 (diff) |
Shortened the maximum conversation levels.
Set to a compilation define in MAX_CONVERSATION_LEVELS.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |