summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/autoservice.c2
-rw-r--r--main/utils.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/main/autoservice.c b/main/autoservice.c
index 02aa713a4..fcc42911f 100644
--- a/main/autoservice.c
+++ b/main/autoservice.c
@@ -43,7 +43,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/lock.h"
#include "asterisk/utils.h"
-#define MAX_AUTOMONS 256
+#define MAX_AUTOMONS 1500
struct asent {
struct ast_channel *chan;
diff --git a/main/utils.c b/main/utils.c
index 6920141b0..bf0a7b2ad 100644
--- a/main/utils.c
+++ b/main/utils.c
@@ -510,7 +510,7 @@ static int dev_urandom_fd;
#ifdef DEBUG_THREADS
/*! \brief A reasonable maximum number of locks a thread would be holding ... */
-#define AST_MAX_LOCKS 32
+#define AST_MAX_LOCKS 64
/* Allow direct use of pthread_mutex_t and friends */
#undef pthread_mutex_t