mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user