increase number of allowed connections
authorLennart Poettering <lennart@poettering.net>
Fri, 16 Sep 2005 00:08:53 +0000 (00:08 +0000)
committerLennart Poettering <lennart@poettering.net>
Fri, 16 Sep 2005 00:08:53 +0000 (00:08 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@357 fefdeb5f-60dc-0310-8127-8f9354f1896f

polyp/protocol-cli.c

index 7122d23..107acb1 100644 (file)
@@ -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;