Commit 105784f7 authored by Nils Goroll's avatar Nils Goroll

remove duplicate word

parent 8e0b7b20
...@@ -157,9 +157,9 @@ $Method VOID .add_backend(BACKEND, REAL) ...@@ -157,9 +157,9 @@ $Method VOID .add_backend(BACKEND, REAL)
Description Description
Add a backend to the director with a given weight. Add a backend to the director with a given weight.
Each backend backend will receive approximately Each backend will receive approximately 100 * (weight /
100 * (weight / (sum(all_added_weights))) per cent of the traffic sent (sum(all_added_weights))) per cent of the traffic sent to this
to this director. director.
Example Example
# 2/3 to backend1, 1/3 to backend2. # 2/3 to backend1, 1/3 to backend2.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment