XFFXFF neon_arch commited on
Commit
4b70a74
1 Parent(s): 9773cee

Update websurfx/config.lua

Browse files

Co-authored-by: neon_arch <mustafadhuleb53@gmail.com>

Files changed (1) hide show
  1. websurfx/config.lua +2 -2
websurfx/config.lua CHANGED
@@ -20,6 +20,6 @@ theme = "simple" -- the theme name which should be used for the website
20
  -- Caching
21
  redis_connection_url = "redis://127.0.0.1:8082" -- redis connection url address on which the client should connect on.
22
 
23
- production_use = false -- whether to use production mode or not
24
  -- if production_use is set to true
25
- -- there will be a random delay before sending the request to the search engines, this is to prevent the search engines from blocking the ip address
 
20
  -- Caching
21
  redis_connection_url = "redis://127.0.0.1:8082" -- redis connection url address on which the client should connect on.
22
 
23
+ 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)
24
  -- if production_use is set to true
25
+ -- 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.