diff --git a/src/mod/applications/mod_fifo/mod_fifo.c b/src/mod/applications/mod_fifo/mod_fifo.c index a2acd21a26..05652d2c23 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;