From 18b8b84b7e3885165ef14cd7c25fa34f1ce36b61 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 21 Jun 2006 16:36:58 +0000 Subject: increase the maxium number of concurrent esd and native connections git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1053 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/pulsecore/protocol-esound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pulsecore/protocol-esound.c') diff --git a/src/pulsecore/protocol-esound.c b/src/pulsecore/protocol-esound.c index 6b9112bf..5daa32fe 100644 --- a/src/pulsecore/protocol-esound.c +++ b/src/pulsecore/protocol-esound.c @@ -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 -- cgit