diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-09-30 13:21:52 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-09-30 13:21:52 +0000 |
commit | 3266171fd4691d173f698f1c0c246322a94588e2 (patch) | |
tree | c6ff4969a31639d546af48a644c5c11b5716b82d /src/http/ngx_http_core_module.h | |
parent | 687b0e99ea4ff631e447fff2d177d0c9297529fc (diff) | |
download | nginx-3266171fd4691d173f698f1c0c246322a94588e2.tar.gz nginx-3266171fd4691d173f698f1c0c246322a94588e2.zip |
read_ahead
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r-- | src/http/ngx_http_core_module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index 9946c4f33..9d585e4ec 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -332,6 +332,7 @@ struct ngx_http_core_loc_conf_s { size_t limit_rate; /* limit_rate */ size_t limit_rate_after; /* limit_rate_after */ size_t sendfile_max_chunk; /* sendfile_max_chunk */ + size_t read_ahead; /* read_ahead */ ngx_msec_t client_body_timeout; /* client_body_timeout */ ngx_msec_t send_timeout; /* send_timeout */ |