reduce number of name/value pairs per message to 25 to reduce stack memory usage.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6823 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-12-16 01:50:45 +00:00
parent bafacc27c8
commit 6c6cc0c0c8
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
#include <switch.h>
#define WOOMERA_STRLEN 256
#define WOOMERA_ARRAY_LEN 50
#define WOOMERA_ARRAY_LEN 25
#define WOOMERA_MIN_PORT 9900
#define WOOMERA_MAX_PORT 9999
#define WOOMERA_BODYLEN 2048