Skip to content

Commit

Permalink
Fix first comments from rakuco
Browse files Browse the repository at this point in the history
  • Loading branch information
arskama committed Nov 1, 2023
1 parent 8b67027 commit 8397ac5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1436,13 +1436,14 @@ <h4>Rate obfuscation parameters</h4>
Based on implementation experience, implementers are advised to use:
<ul>
<li>
a range in between 300000 milliseconds (5 minutes) and 600000 milliseconds (10 minutes) for |observer|.{{PressureObserver/[[ObservationWindow]]}}.
a range in between 300000 milliseconds (5 minutes) and 600000 milliseconds (10 minutes) for PressureObserver's
{{PressureObserver/[[ObservationWindow]]}} internal slot.
</li>
<li>
a range in between 50 and 100 changes for |observer|.{{PressureObserver/[[MaxChangesThreshold]]}}.
a range in between 50 and 100 changes for PressureObserver's {{PressureObserver/[[MaxChangesThreshold]]}} internal slot.
</li>
<li>
a range in between 5000 milliseconds and 10000 milliseconds for |observer|.{{PressureObserver/[[PenaltyDuration]]}}.
a range in between 5000 milliseconds and 10000 milliseconds for PressureObserver's {{PressureObserver/[[PenaltyDuration]]}} internal slot.
</li>
</ul>
These values are subject to change and are updated based on further implementation experience and research findings.
Expand Down Expand Up @@ -1475,7 +1476,7 @@ <h4>Break calibration parameters</h4>
<p><i>This section is non-normative.</i></p>
<p>
Based on implementation experience, implementers are advised to apply the mitigation
to a randomized time value within a range between 120000 milliseconds (2minutes) and 240000 milliseconds (4 minutes).
to a randomized time value within a range between 120000 milliseconds (2 minutes) and 240000 milliseconds (4 minutes).
</p>
<p>
These values are subject to change and are updated based on further implementation experience and research findings.
Expand Down

0 comments on commit 8397ac5

Please sign in to comment.