commit | 4b946c8564332836b9c2bfa540558f8a8895896f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jul 25 00:28:06 2007 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Sep 09 21:09:28 2007 +0200 |
tree | 09bd663843a7b89bdd727f179f1c830adbf4ea73 | |
parent | 5af3a694f5278793685a102fa8e33974bc608443 [diff] |
[MINOR] fix backend's weight in the stats page. The GCD used when computing the servers' weights causes the total weight of the backend to appear lower than expected because it is divided by the GCD. Easy solution consists in recomputing the GCD from the first server and apply it to the global weight.