aboutsummaryrefslogtreecommitdiffstats
path: root/main/utils.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-08 20:47:07 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-08 20:47:07 +0000
commit43c56fa7434076460142e5c7454995fadc07fb44 (patch)
tree99a0bcaaf7af5a42aa00d5fc603ec120a35e37d0 /main/utils.c
parent84b4fc21e7c1272cfa1d5b7de30669f14363fcdb (diff)
Increase constants to where we're less likely to hit them while debugging.
(Closes issue #11694) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@97194 f38db490-d61c-443f-a65b-d21fe96a405b
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 db08c03e5..07669692f 100644
--- a/main/utils.c
+++ b/main/utils.c
@@ -511,7 +511,7 @@ const char *ast_inet_ntoa(struct in_addr ia)
#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