mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 13:41:28 +00:00
lua_plugin: better lazy check
This commit is contained in:
@@ -1230,7 +1230,7 @@ static void uwsgi_lua_hijack(void) {
|
||||
static void uwsgi_lua_init_apps() {
|
||||
int i;
|
||||
|
||||
if (uwsgi.lazy || uwsgi.lazy_apps) {
|
||||
if (uwsgi.mywid > 0) {
|
||||
uwsgi_lua_init_state(uwsgi.mywid);
|
||||
} else {
|
||||
for(i=1;i<=uwsgi.numproc;i++){
|
||||
|
||||
Reference in New Issue
Block a user