diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2016-09-22 19:32:47 +0300 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2016-09-22 19:32:47 +0300 |
| commit | f674f32c09c9938d5f2b19509166e5c5e28a9e3c (patch) | |
| tree | 225a53166111dd4f818b83a4d603aab4d187e52e /src/http/ngx_http_upstream_round_robin.h | |
| parent | fd9e74f656b3a7683424304da3bc859988407acf (diff) | |
| download | nginx-f674f32c09c9938d5f2b19509166e5c5e28a9e3c.tar.gz nginx-f674f32c09c9938d5f2b19509166e5c5e28a9e3c.tar.bz2 | |
Upstream: max_conns.
Diffstat (limited to 'src/http/ngx_http_upstream_round_robin.h')
| -rw-r--r-- | src/http/ngx_http_upstream_round_robin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_upstream_round_robin.h b/src/http/ngx_http_upstream_round_robin.h index 355620add..634fe539e 100644 --- a/src/http/ngx_http_upstream_round_robin.h +++ b/src/http/ngx_http_upstream_round_robin.h @@ -27,6 +27,7 @@ struct ngx_http_upstream_rr_peer_s { ngx_int_t weight; ngx_uint_t conns; + ngx_uint_t max_conns; ngx_uint_t fails; time_t accessed; |
