Spaces:
Runtime error
Runtime error
neon_arch
commited on
Commit
•
d3007e3
1
Parent(s):
71c890b
✨ feat: add new config option
Browse files- websurfx/config.lua +1 -0
websurfx/config.lua
CHANGED
@@ -8,6 +8,7 @@ binding_ip = "127.0.0.1" --ip address on the which server should be launched.
|
|
8 |
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))
|
9 |
-- if production_use is set to true
|
10 |
-- 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.
|
|
|
11 |
|
12 |
-- ### Website ###
|
13 |
-- The different colorschemes provided are:
|
|
|
8 |
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))
|
9 |
-- if production_use is set to true
|
10 |
-- 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.
|
11 |
+
request_timeout = 30 -- timeout for the search requests sent to the upstream search engines to be fetched (value in seconds).
|
12 |
|
13 |
-- ### Website ###
|
14 |
-- The different colorschemes provided are:
|