From b83ab773dcb0a79296a21e57134c0c0e6e16963f Mon Sep 17 00:00:00 2001 From: neon_arch Date: Mon, 30 Sep 2024 15:16:19 +0300 Subject: [PATCH] :memo: docs(config): add documentation back to the `http_adaptive_window_size` option (#532) --- websurfx/config.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/websurfx/config.lua b/websurfx/config.lua index 0b33cc9..16c6146 100644 --- a/websurfx/config.lua +++ b/websurfx/config.lua @@ -16,6 +16,7 @@ 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 number_of_https_connections = 10 -- the number of https connections that should be available in the connection pool.