From: Anthony Minessale Date: Wed, 29 Jul 2009 18:41:21 +0000 (+0000) Subject: crank up max conns X-Git-Tag: v1.0.4~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfc05435c535e5d3c3acae36ba6538152f333bc6;p=thirdparty%2Ffreeswitch.git crank up max conns git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14416 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- 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