]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
up vals
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 13 Jul 2011 01:33:58 +0000 (20:33 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 13 Jul 2011 01:36:42 +0000 (20:36 -0500)
src/mod/endpoints/mod_sofia/mod_sofia.h

index 3350b7b7f83d0e29e34f3190589f44aaebb2a3e8..8b1422ba8c08753718e62be00c7f224c82687925 100644 (file)
@@ -317,8 +317,8 @@ typedef enum {
        TFLAG_MAX
 } TFLAGS;
 
-#define SOFIA_MAX_MSG_QUEUE 26
-#define SOFIA_MSG_QUEUE_SIZE 20
+#define SOFIA_MAX_MSG_QUEUE 51
+#define SOFIA_MSG_QUEUE_SIZE 2000
 
 struct mod_sofia_globals {
        switch_memory_pool_t *pool;