Home
last modified time | relevance | path

Searched refs:max_cached (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_upstream_keepalive_module.c14 ngx_uint_t max_cached; member
166 sizeof(ngx_http_upstream_keepalive_cache_t) * kcf->max_cached); in ngx_http_upstream_init_keepalive()
174 for (i = 0; i < kcf->max_cached; i++) { in ngx_http_upstream_init_keepalive()
531 if (kcf->max_cached) { in ngx_http_upstream_keepalive()
548 kcf->max_cached = n; in ngx_http_upstream_keepalive()