mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: limit the amount of connections
Set to 64, like pulseaudio. We might want to configure this. See #1305
This commit is contained in:
parent
4aa80c7a71
commit
38c721993f
2 changed files with 27 additions and 18 deletions
|
|
@ -197,6 +197,7 @@ struct server {
|
|||
|
||||
struct spa_source *source;
|
||||
struct spa_list clients;
|
||||
uint32_t n_clients;
|
||||
unsigned int activated:1;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue