From 6e2a5861d887c6a0b95ebd3b7aa987f181843d11 Mon Sep 17 00:00:00 2001 From: ddotthomas Date: Tue, 20 Feb 2024 12:11:33 -0700 Subject: [PATCH] Change adaptive window config name Co-authored-by: neon_arch --- websurfx/config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websurfx/config.lua b/websurfx/config.lua index 989fcc0..32b20da 100644 --- a/websurfx/config.lua +++ b/websurfx/config.lua @@ -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: