mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-25 23:48:21 -05:00
Compare commits
1 Commits
8aad06f3fc
...
9e742d01ef
Author | SHA1 | Date | |
---|---|---|---|
|
9e742d01ef |
@ -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 HTTPS window size
|
-- Set whether the server will use an adaptive/dynamic TCP window size
|
||||||
https_adaptive_window_size = false
|
adaptive_window = true
|
||||||
|
|
||||||
-- ### Search ###
|
-- ### Search ###
|
||||||
-- Filter results based on different levels. The levels provided are:
|
-- Filter results based on different levels. The levels provided are:
|
||||||
|
Loading…
Reference in New Issue
Block a user