Enables Novel Posting

Doubles Max_message_len from 2048 to 4096
This commit is contained in:
R3dtail
2021-03-31 09:43:24 -05:00
committed by GitHub
parent 585c4edbdb
commit 0d31b3a467
+1 -1
View File
@@ -77,7 +77,7 @@
#define DO_AUTOPILOT 5
// Setting this much higher than 1024 could allow spammers to DOS the server easily.
#define MAX_MESSAGE_LEN 2048 //VOREStation Edit - I'm not sure about "easily". It can be a little longer.
#define MAX_MESSAGE_LEN 4096 //VOREStation Edit - I'm not sure about "easily". It can be a little longer.
#define MAX_PAPER_MESSAGE_LEN 6144
#define MAX_BOOK_MESSAGE_LEN 24576
#define MAX_RECORD_LENGTH 24576