Increased SQLLEN to 1024*1024

This commit is contained in:
David Yat Sin 2010-09-14 14:01:22 -04:00
parent 4cabfdbd6b
commit 613e08d352

View File

@ -35,7 +35,7 @@
#include <switch.h>
#include "private/switch_core_pvt.h"
#define SQLLEN 32768
#define SQLLEN 1024*1024
static struct {
switch_cache_db_handle_t *event_db;