From 75536166495b2ddd453569cfc258502a1c00c578 Mon Sep 17 00:00:00 2001 From: KekmaTime <22am014@sctce.ac.in> Date: Sun, 31 Mar 2024 17:59:24 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Config:=20Updated=20`number=5Fof?= =?UTF-8?q?=5Fhttps=5Fconnections`=20for=20the=20HTTPS=20connection=20pool?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- websurfx/config.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/websurfx/config.lua b/websurfx/config.lua index 2b81d25..988b3dc 100644 --- a/websurfx/config.lua +++ b/websurfx/config.lua @@ -16,9 +16,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 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. -- ### Search ### -- Filter results based on different levels. The levels provided are: -- {{