Merge pull request #3709 from VOREStation/aro-sayreflect

Message send failure reflection
This commit is contained in:
Leshana
2018-05-16 20:46:19 -04:00
committed by GitHub
5 changed files with 36 additions and 8 deletions
+1 -1
View File
@@ -104,7 +104,7 @@
#define WAIT_FINISH 4
// Setting this much higher than 1024 could allow spammers to DOS the server easily.
#define MAX_MESSAGE_LEN 1024
#define MAX_MESSAGE_LEN 2048 //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