]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak q size
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 30 Jun 2011 23:12:28 +0000 (18:12 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 30 Jun 2011 23:12:33 +0000 (18:12 -0500)
src/mod/endpoints/mod_sofia/mod_sofia.h

index c6b84eef947832289576e200347c4a0983cf6727..e31b54f192b045979adeeb5a1caf794366088784 100644 (file)
@@ -317,7 +317,7 @@ typedef enum {
 } TFLAGS;
 
 #define SOFIA_MAX_MSG_QUEUE 25
-#define SOFIA_MSG_QUEUE_SIZE 10
+#define SOFIA_MSG_QUEUE_SIZE 50
 
 struct mod_sofia_globals {
        switch_memory_pool_t *pool;