added --mule-msg-size

This commit is contained in:
Unbit
2013-05-18 18:28:50 +02:00
parent 31b5cf6926
commit e2f7ac2017
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -211,7 +211,6 @@ static struct uwsgi_option uwsgi_pypy_options[] = {
};
static void uwsgi_pypy_enable_threads() {
return;
if (pypy_init_threads) {
pypy_init_threads();
}
@@ -219,7 +218,6 @@ static void uwsgi_pypy_enable_threads() {
static void uwsgi_pypy_init_thread() {
if (pypy_thread_attach) {
pypy_init_threads();
pypy_thread_attach();
}
}