Skip to content

Commit

Permalink
Merge pull request quarkusio#38408 from ynojima/patch-17
Browse files Browse the repository at this point in the history
Remove an indent not to make it unnecessary section
  • Loading branch information
geoand authored Jan 26, 2024
2 parents 52292c7 + 5b444c7 commit 041367c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/http-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ The check interval represents the period at which the traffic is computed, and a
Despite 0 being accepted (no accounting), it is recommended to set a positive value for the check interval, even if it is high since the precision of the traffic shaping depends on the period where the traffic is computed.
In this case, a suggested value is something close to 5 or 10 minutes.

The `outbound-global-bandwidth` and `inbound-global-bandwidth` parameters represent the maximum number of bytes per second for write and read operations, respectively.
The `outbound-global-bandwidth` and `inbound-global-bandwidth` parameters represent the maximum number of bytes per second for write and read operations, respectively.
You shall also consider to have object size in read or write operations relatively adapted to the bandwidth you required.
For instance having 10 MB objects for 10KB/s will lead to burst effect, while having 100 KB objects for 1 MB/s should be smoothly handle by the traffic shaping.

Expand Down

0 comments on commit 041367c

Please sign in to comment.