aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-04 22:37:25 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-04 22:37:25 +0000
commit853154a5f104f86268ae41344bcdebdbb03818d6 (patch)
treea1d488c86acd5b0f1bf4f6590cd956f4bdfc0960 /include
parent8ba4898a1eece83e44568bf8a4373a3de341a40c (diff)
Fix stack size for ADSI (needs 128k by itself!)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5138 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/utils.h b/include/asterisk/utils.h
index e2585e56c..f766ff4ca 100755
--- a/include/asterisk/utils.h
+++ b/include/asterisk/utils.h
@@ -160,7 +160,7 @@ struct ast_realloca {
#endif
#define inet_ntoa __dont__use__inet_ntoa__use__ast_inet_ntoa__instead__
-#define AST_STACKSIZE 128 * 1024
+#define AST_STACKSIZE 256 * 1024
#define ast_pthread_create(a,b,c,d) ast_pthread_create_stack(a,b,c,d,0)
#ifdef __linux__
#define ast_strcasestr strcasestr