]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
change default stacksize
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 20 Dec 2011 16:37:15 +0000 (10:37 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 20 Dec 2011 16:37:15 +0000 (10:37 -0600)
libs/esl/src/esl_threadmutex.c

index 7a84a12d5e814c6851dc5a4d6c6a07aed37ebc4b..28007727d62e85d1805acbc56581ed12e5fe5351 100644 (file)
@@ -60,7 +60,7 @@ struct esl_thread {
 #endif
 };
 
-size_t thread_default_stacksize = 0;
+size_t thread_default_stacksize = 240;
 
 void esl_thread_override_default_stacksize(size_t size)
 {