increase default limit from 1k to 5m

master
Avril 5 years ago
parent 142689dcb7
commit 9a2cf7d529
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -3,7 +3,7 @@
#include <stddef.h>
#include <stdint.h>
#define SI_MAX_MESSAGE_SIZE 1024
#define SI_MAX_MESSAGE_SIZE (1024*1024)*5 //5MB
#define SI_ERROR_STRING_SIZE 256
#define SI_TYPE_STRING_SIZE 256

Loading…
Cancel
Save