change default stacksize

This commit is contained in:
Anthony Minessale 2011-12-20 10:37:15 -06:00
parent 8ad70ce912
commit 0a8e6129d8
1 changed files with 1 additions and 1 deletions

View 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)
{