Lines Matching refs:disable_time
135 unsigned short disable_time; member
448 if (hctx->host->disable_time || hctx->proc->is_local) { in fcgi_host_disable()
450 hctx->proc->disabled_until = srv->cur_ts + hctx->host->disable_time; in fcgi_host_disable()
455 "backend disabled for", hctx->host->disable_time, "seconds"); in fcgi_host_disable()
1284 host->disable_time = 1; in SETDEFAULTS_FUNC()
1299 fcv[8].destination = &(host->disable_time); in SETDEFAULTS_FUNC()
2888 …"backend is overloaded; we'll disable it for", hctx->host->disable_time, "seconds and send the req… in fcgi_write_request()
2975 if (hctx->host->disable_time) { in fcgi_write_request()
2977 …"backend is overloaded; we'll disable it for", hctx->host->disable_time, "seconds and send the req… in fcgi_write_request()
2981 hctx->proc->disabled_until = srv->cur_ts + hctx->host->disable_time; in fcgi_write_request()
3003 …"backend died; we'll disable it for", hctx->host->disable_time, "seconds and send the request to a… in fcgi_write_request()