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:
Wim Taymans 2021-06-17 18:36:28 +02:00
parent 4aa80c7a71
commit 38c721993f
2 changed files with 27 additions and 18 deletions

View file

@ -197,6 +197,7 @@ struct server {
struct spa_source *source;
struct spa_list clients;
uint32_t n_clients;
unsigned int activated:1;
};