increase number of allowed connections

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@357 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2005-09-16 00:08:53 +00:00
parent e4395c223d
commit d50bfd8496

View file

@ -32,7 +32,7 @@
#include "log.h" #include "log.h"
/* Don't allow more than this many concurrent connections */ /* Don't allow more than this many concurrent connections */
#define MAX_CONNECTIONS 10 #define MAX_CONNECTIONS 25
struct pa_protocol_cli { struct pa_protocol_cli {
struct pa_module *module; struct pa_module *module;