✨ config option to configure the https adaptive window size for requests (#529)
* Added config option to enable the reqwest client adaptive window * Change adaptive window config name Co-authored-by: neon_arch <mustafadhuleb53@gmail.com> * Modified documentation * Trimmed down aggregate parameters --------- Co-authored-by: neon_arch <mustafadhuleb53@gmail.com>
This commit is contained in:
parent
2df6499fb2
commit
41ab8a2a76
4 changed files with 12 additions and 8 deletions
|
@ -14,6 +14,8 @@ rate_limiter = {
|
|||
number_of_requests = 20, -- The number of request that are allowed within a provided time limit.
|
||||
time_limit = 3, -- The time limit in which the quantity of requests that should be accepted.
|
||||
}
|
||||
-- Set whether the server will use an adaptive/dynamic HTTPS window size, see https://httpwg.org/specs/rfc9113.html#fc-principles
|
||||
https_adaptive_window_size = false
|
||||
|
||||
-- ### Search ###
|
||||
-- Filter results based on different levels. The levels provided are:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue