summaryrefslogtreecommitdiffstats
path: root/polyp
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-09-16 00:08:53 +0000
committerLennart Poettering <lennart@poettering.net>2005-09-16 00:08:53 +0000
commitd50bfd8496c15552b970079bdfcad86cf3cd59b2 (patch)
tree0114a941615e281467b1b1308060e36ec13649f5 /polyp
parente4395c223deea8803e2408b5ba57f52b4f65030f (diff)
increase number of allowed connections
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@357 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp')
-rw-r--r--polyp/protocol-cli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/protocol-cli.c b/polyp/protocol-cli.c
index 7122d23a..107acb19 100644
--- a/polyp/protocol-cli.c
+++ b/polyp/protocol-cli.c
@@ -32,7 +32,7 @@
#include "log.h"
/* Don't allow more than this many concurrent connections */
-#define MAX_CONNECTIONS 10
+#define MAX_CONNECTIONS 25
struct pa_protocol_cli {
struct pa_module *module;