forked from Mirrors/freeswitch
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:
parent
45f38f17eb
commit
dfc05435c5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user