mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Increases name and paper and book length to allow for more flexibility in various things.
This commit is contained in:
@@ -78,10 +78,10 @@
|
|||||||
|
|
||||||
// Setting this much higher than 1024 could allow spammers to DOS the server easily.
|
// Setting this much higher than 1024 could allow spammers to DOS the server easily.
|
||||||
#define MAX_MESSAGE_LEN 1024
|
#define MAX_MESSAGE_LEN 1024
|
||||||
#define MAX_PAPER_MESSAGE_LEN 3072
|
#define MAX_PAPER_MESSAGE_LEN 6144
|
||||||
#define MAX_BOOK_MESSAGE_LEN 9216
|
#define MAX_BOOK_MESSAGE_LEN 12288
|
||||||
#define MAX_LNAME_LEN 64
|
#define MAX_LNAME_LEN 64
|
||||||
#define MAX_NAME_LEN 26
|
#define MAX_NAME_LEN 52
|
||||||
|
|
||||||
// Event defines.
|
// Event defines.
|
||||||
#define EVENT_LEVEL_MUNDANE 1
|
#define EVENT_LEVEL_MUNDANE 1
|
||||||
|
|||||||
Reference in New Issue
Block a user