mirror of
https://github.com/nginx/nginx.git
synced 2024-12-01 03:17:17 +08:00
backout r1426: return dynamic weights
This commit is contained in:
parent
586aa3899d
commit
4efa705cc0
@ -515,7 +515,7 @@ ngx_http_upstream_get_peer(ngx_http_upstream_rr_peers_t *peers)
|
||||
|
||||
for (i = 0; i < peers->number; i++) {
|
||||
if (peer[i].fails == 0) {
|
||||
peer[i].current_weight = peer[i].weight;
|
||||
peer[i].current_weight += peer[i].weight;
|
||||
|
||||
} else {
|
||||
/* 1 allows to go to quick recovery when all peers failed */
|
||||
|
Loading…
Reference in New Issue
Block a user