We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2297956 commit 6a77829Copy full SHA for 6a77829
docs/developer/designs/time-aware-fairness/time-aware-fairness.md
@@ -116,7 +116,7 @@ Where:
116
- **$C$** is the remaining capacity (max amount to give in current round)
117
- **$P'_i$** is the normalized portion for queue i, defined as:
118
119
-$$P_i = \max{\{W'_i - k \cdot (W'_i - U'_i), 0\}}$$
+$$P_i = \max{\{W'_i + k \cdot (W'_i - U'_i), 0\}}$$
120
121
$$P'_i = \frac{P_i}{\sum{P}}$$
122
0 commit comments