Skip to content

Commit 1367cff

Browse files
committed
Fix fairshare formula in time aware docs
1 parent 2297956 commit 1367cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developer/designs/time-aware-fairness/time-aware-fairness.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Where:
116116
- **$C$** is the remaining capacity (max amount to give in current round)
117117
- **$P'_i$** is the normalized portion for queue i, defined as:
118118

119-
$$P_i = \max{\{W'_i - k \cdot (W'_i - U'_i), 0\}}$$
119+
$$P_i = \max{\{W'_i + k \cdot (W'_i - U'_i), 0\}}$$
120120

121121
$$P'_i = \frac{P_i}{\sum{P}}$$
122122

0 commit comments

Comments
 (0)