1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-06 18:30:01 +00:00
This commit is contained in:
Anthony Minessale 2011-07-12 20:33:58 -05:00
parent a99380a69f
commit 9f1b731164

@ -317,8 +317,8 @@ typedef enum {
TFLAG_MAX TFLAG_MAX
} TFLAGS; } TFLAGS;
#define SOFIA_MAX_MSG_QUEUE 26 #define SOFIA_MAX_MSG_QUEUE 51
#define SOFIA_MSG_QUEUE_SIZE 20 #define SOFIA_MSG_QUEUE_SIZE 2000
struct mod_sofia_globals { struct mod_sofia_globals {
switch_memory_pool_t *pool; switch_memory_pool_t *pool;