summaryrefslogtreecommitdiff
path: root/main/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/utils.c')
-rw-r--r--main/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/utils.c b/main/utils.c
index 79bfd5306..49e559da9 100644
--- a/main/utils.c
+++ b/main/utils.c
@@ -520,7 +520,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 16
+#define AST_MAX_LOCKS 32
/* Allow direct use of pthread_mutex_t and friends */
#undef pthread_mutex_t