mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 10:33:13 +00:00
Increase constants to where we're less likely to hit them while debugging.
(Closes issue #11694) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@97194 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -50,7 +50,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
|||||||
#include "asterisk/lock.h"
|
#include "asterisk/lock.h"
|
||||||
#include "asterisk/utils.h"
|
#include "asterisk/utils.h"
|
||||||
|
|
||||||
#define MAX_AUTOMONS 256
|
#define MAX_AUTOMONS 1500
|
||||||
|
|
||||||
struct asent {
|
struct asent {
|
||||||
struct ast_channel *chan;
|
struct ast_channel *chan;
|
||||||
|
@@ -511,7 +511,7 @@ const char *ast_inet_ntoa(struct in_addr ia)
|
|||||||
#ifdef DEBUG_THREADS
|
#ifdef DEBUG_THREADS
|
||||||
|
|
||||||
/*! \brief A reasonable maximum number of locks a thread would be holding ... */
|
/*! \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 */
|
/* Allow direct use of pthread_mutex_t and friends */
|
||||||
#undef pthread_mutex_t
|
#undef pthread_mutex_t
|
||||||
|
Reference in New Issue
Block a user