protocol: increase some limits

This commit is contained in:
Wim Taymans 2022-03-02 10:05:27 +01:00
parent dfdca3ce29
commit c89595d86f
4 changed files with 7 additions and 7 deletions

View file

@ -34,9 +34,9 @@
#include "connection.h"
#define MAX_DICT 256
#define MAX_DICT 1024
#define MAX_PARAM_INFO 128
#define MAX_PERMISSIONS 1024
#define MAX_PERMISSIONS 4096
PW_LOG_TOPIC_EXTERN(mod_topic);
#define PW_LOG_TOPIC_DEFAULT mod_topic