Increased max message size.

This commit is contained in:
Martin Preuss
2025-06-26 00:31:11 +02:00
parent 850975a85b
commit 72acef3aaf

View File

@@ -24,7 +24,7 @@
#define AQH_MSG_READER_HEADER_SIZE 4
#define AQH_MSG_READER_MINMSGSIZE 12
#define AQH_MSG_READER_MAXMSGSIZE 10240
#define AQH_MSG_READER_MAXMSGSIZE 20480