Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_cache.h174 ngx_msec_t loader_threshold; member
H A Dngx_http_file_cache.c2108 if (elapsed >= cache->loader_threshold) { in ngx_http_file_cache_manage_file()
2313 ngx_msec_t loader_sleep, manager_sleep, loader_threshold, in ngx_http_file_cache_set_slot() local
2335 loader_threshold = 200; in ngx_http_file_cache_set_slot()
2511 loader_threshold = ngx_parse_time(&s, 0); in ngx_http_file_cache_set_slot()
2512 if (loader_threshold == (ngx_msec_t) NGX_ERROR) { in ngx_http_file_cache_set_slot()
2582 cache->loader_threshold = loader_threshold; in ngx_http_file_cache_set_slot()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru2991 дольше времени, указанного в параметре loader_threshold.
3033 *) Добавление: параметры loader_files, loader_sleep и loader_threshold
H A DCHANGES2933 the "loader_threshold" parameter during each iteration.
2973 *) Feature: "loader_files", "loader_sleep", and "loader_threshold"