Increases name and paper and book length to allow for more flexibility in various things.

This commit is contained in:
Yoshax
2016-05-01 16:22:53 +01:00
parent 50fbb518d3
commit 6218f39ce8

View File

@@ -78,10 +78,10 @@
// Setting this much higher than 1024 could allow spammers to DOS the server easily.
#define MAX_MESSAGE_LEN 1024
#define MAX_PAPER_MESSAGE_LEN 3072
#define MAX_BOOK_MESSAGE_LEN 9216
#define MAX_PAPER_MESSAGE_LEN 6144
#define MAX_BOOK_MESSAGE_LEN 12288
#define MAX_LNAME_LEN 64
#define MAX_NAME_LEN 26
#define MAX_NAME_LEN 52
// Event defines.
#define EVENT_LEVEL_MUNDANE 1