mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-07 14:11:46 +00:00
added --mule-msg-size
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user