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

Compare commits

...

3 Commits

Author SHA1 Message Date
Kekma
e2527a671f
Merge 4e76d3b484 into 93fd8f8565 2024-04-25 17:32:28 +00:00
neon_arch
4e76d3b484
Merge branch 'rolling' into 532 2024-04-07 15:35:58 +03:00
KekmaTime
7553616649 🔧 Config: Updated number_of_https_connections for the HTTPS connection pool. 2024-03-31 17:59:24 +05:30

View File

@ -16,9 +16,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, see https://httpwg.org/specs/rfc9113.html#fc-principles
https_adaptive_window_size = false https_adaptive_window_size = false
number_of_https_connections = 10 -- the number of https connections that should be available in the connection pool.
-- ### Search ### -- ### Search ###
-- Filter results based on different levels. The levels provided are: -- Filter results based on different levels. The levels provided are:
-- {{ -- {{