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:
parent
bafacc27c8
commit
6c6cc0c0c8
|
@ -32,7 +32,7 @@
|
||||||
#include <switch.h>
|
#include <switch.h>
|
||||||
|
|
||||||
#define WOOMERA_STRLEN 256
|
#define WOOMERA_STRLEN 256
|
||||||
#define WOOMERA_ARRAY_LEN 50
|
#define WOOMERA_ARRAY_LEN 25
|
||||||
#define WOOMERA_MIN_PORT 9900
|
#define WOOMERA_MIN_PORT 9900
|
||||||
#define WOOMERA_MAX_PORT 9999
|
#define WOOMERA_MAX_PORT 9999
|
||||||
#define WOOMERA_BODYLEN 2048
|
#define WOOMERA_BODYLEN 2048
|
||||||
|
|
Loading…
Reference in New Issue