mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
protocol: increase some limits
This commit is contained in:
parent
dfdca3ce29
commit
c89595d86f
4 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue