]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Increased SQLLEN to 1024*1024
authorDavid Yat Sin <dyatsin@sangoma.com>
Tue, 14 Sep 2010 18:01:22 +0000 (14:01 -0400)
committerDavid Yat Sin <dyatsin@sangoma.com>
Tue, 14 Sep 2010 18:01:22 +0000 (14:01 -0400)
src/switch_core_sqldb.c

index 3a5e0bb6e2b41120bc582c2d0966c9ed598276e7..b170b6a4ad1393af732c7f15e3da463260603832 100644 (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;