conf: limit buffers to 16

Old v0 clients can only handle up to 16 buffers. It's unfortunate that
we have to enforce this globally but otherwise it is possible that
a new client allocated more buffers which it then tries to share with
an old client and fail.
This commit is contained in:
Wim Taymans 2020-02-11 16:03:38 +01:00
parent 1a6848801f
commit c82e38ad35

View file

@ -2,7 +2,7 @@
#set-prop library.name.system support/libspa-support
#set-prop context.data-loop.library.name.system support/libspa-support
#set-prop link.max-buffers 64
set-prop link.max-buffers 16
#set-prop mem.allow-mlock true
#set-prop default.clock.rate 48000