mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
Increased SQLLEN to 1024*1024
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user