Update websurfx/config.lua
Browse filesCo-authored-by: neon_arch <mustafadhuleb53@gmail.com>
- 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 |
-
--
|
|
|
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.
|