aboutsummaryrefslogtreecommitdiffstats
path: root/main/autoservice.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/autoservice.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/autoservice.c')
-rw-r--r--main/autoservice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/autoservice.c b/main/autoservice.c
index fe4e2a705..140103dba 100644
--- a/main/autoservice.c
+++ b/main/autoservice.c
@@ -50,7 +50,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;