diff --git a/src/mod/applications/mod_fifo/mod_fifo.c b/src/mod/applications/mod_fifo/mod_fifo.c index a32736ec89..6933edd7e8 100644 --- a/src/mod/applications/mod_fifo/mod_fifo.c +++ b/src/mod/applications/mod_fifo/mod_fifo.c @@ -934,7 +934,7 @@ struct call_helper { switch_memory_pool_t *pool; }; -#define MAX_ROWS 25 +#define MAX_ROWS 250 struct callback_helper { int need; switch_memory_pool_t *pool;