From d3007e3e88bf36af12c49a16744d4ccbfe58a423 Mon Sep 17 00:00:00 2001 From: neon_arch Date: Sun, 30 Jul 2023 10:50:52 +0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20add=20new=20config=20option?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- websurfx/config.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/websurfx/config.lua b/websurfx/config.lua index b96bf2f..73bffe7 100644 --- a/websurfx/config.lua +++ b/websurfx/config.lua @@ -8,6 +8,7 @@ binding_ip = "127.0.0.1" --ip address on the which server should be launched. production_use = false -- whether to use production mode or not (in other words this option should be used if it is to be used to host it on the server to provide a service to a large number of users (more than one)) -- if production_use is set to true -- There will be a random delay before sending the request to the search engines, this is to prevent DDoSing the upstream search engines from a large number of simultaneous requests. +request_timeout = 30 -- timeout for the search requests sent to the upstream search engines to be fetched (value in seconds). -- ### Website ### -- The different colorschemes provided are: