mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-15 06:30:23 +00:00
Increased SQLLEN to 1024*1024
This commit is contained in:
parent
4cabfdbd6b
commit
613e08d352
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user