comparison src/http/ngx_http_core_module.h @ 1454:f497ed7682a7

open_file_cache in HTTP
author Igor Sysoev <igor@sysoev.ru>
date Sat, 01 Sep 2007 12:12:48 +0000
parents cb8b30ef3e7e
children 223e92651ca5
comparison
equal deleted inserted replaced
1453:f2feed5bffe1 1454:f497ed7682a7
288 288
289 ngx_array_t *error_pages; /* error_page */ 289 ngx_array_t *error_pages; /* error_page */
290 290
291 ngx_path_t *client_body_temp_path; /* client_body_temp_path */ 291 ngx_path_t *client_body_temp_path; /* client_body_temp_path */
292 292
293 ngx_http_cache_hash_t *open_files; 293 ngx_open_file_cache_t *open_file_cache;
294 time_t open_file_cache_retest;
295 ngx_flag_t open_file_cache_errors;
294 296
295 ngx_log_t *err_log; 297 ngx_log_t *err_log;
296 298
297 ngx_uint_t types_hash_max_size; 299 ngx_uint_t types_hash_max_size;
298 ngx_uint_t types_hash_bucket_size; 300 ngx_uint_t types_hash_bucket_size;