0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-22 14:08:23 -05:00

Compare commits

...

2 Commits

Author SHA1 Message Date
ddotthomas
8aad06f3fc
Merge 6e2a5861d8 into 2df6499fb2 2024-02-20 19:11:35 +00:00
ddotthomas
6e2a5861d8
Change adaptive window config name
Co-authored-by: neon_arch <mustafadhuleb53@gmail.com>
2024-02-20 12:11:33 -07:00

View File

@ -14,8 +14,8 @@ rate_limiter = {
number_of_requests = 20, -- The number of request that are allowed within a provided time limit. 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. 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 -- Set whether the server will use an adaptive/dynamic HTTPS window size
adaptive_window = true https_adaptive_window_size = false
-- ### Search ### -- ### Search ###
-- Filter results based on different levels. The levels provided are: -- Filter results based on different levels. The levels provided are: