mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 21:48:21 -05:00
Change adaptive window config name
Co-authored-by: neon_arch <mustafadhuleb53@gmail.com>
This commit is contained in:
parent
2cb5b7c08b
commit
6e2a5861d8
@ -14,8 +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 TCP window size
|
||||
adaptive_window = true
|
||||
-- Set whether the server will use an adaptive/dynamic HTTPS window size
|
||||
https_adaptive_window_size = false
|
||||
|
||||
-- ### Search ###
|
||||
-- Filter results based on different levels. The levels provided are:
|
||||
|
Loading…
Reference in New Issue
Block a user