commit | 3168223a7b33a1d5aad1e11b8f2ad917645d7f27 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Nov 29 15:38:04 2007 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Nov 29 15:38:04 2007 +0100 |
tree | 3da1162b4556299df6a8307ae27c2127864d5cf7 | |
parent | 980b7d35c64e4c7b18f711ad0258ebcebc78dfd5 [diff] |
[MINOR] move the load balancing algorithm to be->lbprm.algo The number of possible options for a proxy has already reached 32, which is the current limit due to the fact that they are each represented as a bit in a 32-bit word. It's possible to move the load balancing algorithms to another place. It will also save some space for future algorithms.