infra: increase say IDs

This commit is contained in:
Thomas Schoebel-Theuer 2017-01-18 09:00:36 +01:00
parent 29710cdb7e
commit ccf3c1b944

View File

@ -55,7 +55,7 @@
#define SAY_BUFMAX (PAGE_SIZE << SAY_ORDER)
#define SAY_BUF_LIMIT (SAY_BUFMAX - 1500)
#define MAX_FILELEN 16
#define MAX_IDS 1000
#define MAX_IDS 16384
const char *say_class[MAX_SAY_CLASS] = {
[SAY_DEBUG] = "debug",