Skip to content

Commit

Permalink
T6791: Extend fair-queue hash-interval
Browse files Browse the repository at this point in the history
  • Loading branch information
HollyGurza committed Oct 21, 2024
1 parent fa272f5 commit 9cc5500
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions interface-definitions/qos.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -201,13 +201,13 @@
<description>No perturbation</description>
</valueHelp>
<valueHelp>
<format>u32:1-127</format>
<format>u32:1-2147483647</format>
<description>Interval in seconds for queue algorithm perturbation (advised: 10)</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--range 0-127"/>
<validator name="numeric" argument="--range 0-2147483647"/>
</constraint>
<constraintErrorMessage>Interval must be in range 0 to 127</constraintErrorMessage>
<constraintErrorMessage>Interval must be in range 0 to 2147483647</constraintErrorMessage>
</properties>
<defaultValue>0</defaultValue>
</leafNode>
Expand Down

0 comments on commit 9cc5500

Please sign in to comment.