increase the maxium number of concurrent esd and native connections
authorLennart Poettering <lennart@poettering.net>
Wed, 21 Jun 2006 16:36:58 +0000 (16:36 +0000)
committerLennart Poettering <lennart@poettering.net>
Wed, 21 Jun 2006 16:36:58 +0000 (16:36 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1053 fefdeb5f-60dc-0310-8127-8f9354f1896f

src/pulsecore/protocol-esound.c
src/pulsecore/protocol-native.c

index 6b9112b..5daa32f 100644 (file)
@@ -55,7 +55,7 @@
 #include "protocol-esound.h"
 
 /* Don't accept more connection than this */
-#define MAX_CONNECTIONS 10
+#define MAX_CONNECTIONS 64
 
 /* Kick a client if it doesn't authenticate within this time */
 #define AUTH_TIMEOUT 5
index 1f936e7..f77c9c2 100644 (file)
@@ -62,7 +62,7 @@
 #define AUTH_TIMEOUT 60
 
 /* Don't accept more connection than this */
-#define MAX_CONNECTIONS 10
+#define MAX_CONNECTIONS 64
 
 #define MAX_MEMBLOCKQ_LENGTH (4*1024*1024) /* 4MB */