crank up max conns

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14416 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-07-29 18:41:21 +00:00
parent 45f38f17eb
commit dfc05435c5

View File

@ -460,7 +460,7 @@ MIMETypeGuessFromFile(const char * const filename);
** Maximum number of simultaneous connections ** Maximum number of simultaneous connections
*********************************************************************/ *********************************************************************/
#define MAX_CONN 16 #define MAX_CONN 100000
/********************************************************************* /*********************************************************************
** General purpose definitions ** General purpose definitions