Skip to content

Commit

Permalink
User guide: Fix a typo. (#286)
Browse files Browse the repository at this point in the history
* Fix a typo in instructions to enable Pow2 load balancing strategy.
  • Loading branch information
mikkokar authored Sep 17, 2018
1 parent ebce4bd commit 4f42065
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/user-guide/configure-load-balancing.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,19 @@ the name of the cookie that should contain the origins restriction information.
Load balancing strategies and the origin restriction feature are configured
in the Styx proxy configuration file.

To enable Busy load balancing strategy:
To enable *Power of Two* load balancing strategy:

loadBalancing:
strategy:
factory: {class: "com.hotels.styx.client.loadbalancing.strategies.PowerOfTwoStrategy$Factory"}

To enable Busy load balancing strategy:
To enable *Busy* load balancing strategy:

loadBalancing:
strategy:
factory: {class: "com.hotels.styx.client.loadbalancing.strategies.BusyConnectionsStrategy$Factory"}

To enable Round Robin load balancing strategy:
To enable *Round Robin* load balancing strategy:

loadBalancing:
strategy:
Expand Down

0 comments on commit 4f42065

Please sign in to comment.