From dfc05435c535e5d3c3acae36ba6538152f333bc6 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 29 Jul 2009 18:41:21 +0000 Subject: [PATCH] crank up max conns git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14416 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/xmlrpc-c/include/xmlrpc-c/abyss.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/xmlrpc-c/include/xmlrpc-c/abyss.h b/libs/xmlrpc-c/include/xmlrpc-c/abyss.h index 274e9a957e..e044008f1c 100644 --- a/libs/xmlrpc-c/include/xmlrpc-c/abyss.h +++ b/libs/xmlrpc-c/include/xmlrpc-c/abyss.h @@ -460,7 +460,7 @@ MIMETypeGuessFromFile(const char * const filename); ** Maximum number of simultaneous connections *********************************************************************/ -#define MAX_CONN 16 +#define MAX_CONN 100000 /********************************************************************* ** General purpose definitions