lower stack count limit to 16 (attempt to fix FSCORE-202)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9994 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-10-13 15:42:11 +00:00
parent 31d22fff54
commit 8c06a686f7
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ struct switch_directories {
typedef struct switch_directories switch_directories;
SWITCH_DECLARE_DATA extern switch_directories SWITCH_GLOBAL_dirs;
#define SWITCH_MAX_STACKS 32
#define SWITCH_MAX_STACKS 16
#define SWITCH_THREAD_STACKSIZE 240 * 1024
#define SWITCH_SYSTEM_THREAD_STACKSIZE 8192 * 1024
#define SWITCH_MAX_INTERVAL 120 /* we only do up to 120ms */