aboutsummaryrefslogtreecommitdiffstats
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 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