Searched refs:loader_threshold (Results 1 – 4 of 4) sorted by relevance
174 ngx_msec_t loader_threshold; member
2108 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() local2335 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()
2991 дольше времени, указанного в параметре loader_threshold.3033 *) Добавление: параметры loader_files, loader_sleep и loader_threshold
2933 the "loader_threshold" parameter during each iteration.2973 *) Feature: "loader_files", "loader_sleep", and "loader_threshold"