mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
Increase the size of the variable space for writing/reading persistent queue member data to allow for larger queues of members. (Matthew Roth #7703)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@39516 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -237,7 +237,7 @@ static char *app_ql_descrip =
|
|||||||
/*! \brief Persistent Members astdb family */
|
/*! \brief Persistent Members astdb family */
|
||||||
static const char *pm_family = "/Queue/PersistentMembers";
|
static const char *pm_family = "/Queue/PersistentMembers";
|
||||||
/* The maximum length of each persistent member queue database entry */
|
/* The maximum length of each persistent member queue database entry */
|
||||||
#define PM_MAX_LEN 2048
|
#define PM_MAX_LEN 8192
|
||||||
|
|
||||||
/*! \brief queues.conf [general] option */
|
/*! \brief queues.conf [general] option */
|
||||||
static int queue_persistent_members = 0;
|
static int queue_persistent_members = 0;
|
||||||
|
Reference in New Issue
Block a user