pulse-server: allows allocate MAXLENGTH for the ringbuffer

See #2069
This commit is contained in:
Wim Taymans 2022-01-28 16:21:03 +01:00
parent 5ead4507cc
commit 1ac1f914e3
3 changed files with 16 additions and 16 deletions

View file

@ -52,7 +52,7 @@
#define MIN_BUFFERS 1u
#define MAX_BUFFERS 4u
#define MAXLENGTH (4*1024*1024) /* 4MB */
#define MAXLENGTH (4u*1024*1024) /* 4MB */
#define SCACHE_ENTRY_SIZE_MAX (1024*1024*16)