summaryrefslogtreecommitdiffstats
path: root/src/polypcore/core-scache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/core-scache.h')
-rw-r--r--src/polypcore/core-scache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/polypcore/core-scache.h b/src/polypcore/core-scache.h
index 151d1761..9ca05f8f 100644
--- a/src/polypcore/core-scache.h
+++ b/src/polypcore/core-scache.h
@@ -26,6 +26,8 @@
#include <polypcore/memchunk.h>
#include <polypcore/sink.h>
+#define PA_SCACHE_ENTRY_SIZE_MAX (1024*1024*2)
+
typedef struct pa_scache_entry {
pa_core *core;
uint32_t index;