0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-22 05:58:21 -05:00

Update websurfx/config.lua

Co-authored-by: neon_arch <mustafadhuleb53@gmail.com>
This commit is contained in:
zhou fan 2023-05-23 17:30:36 +08:00 committed by XFFXFF
parent 9773cee38d
commit 4b70a74ff6

View File

@ -20,6 +20,6 @@ theme = "simple" -- the theme name which should be used for the website
-- Caching -- Caching
redis_connection_url = "redis://127.0.0.1:8082" -- redis connection url address on which the client should connect on. redis_connection_url = "redis://127.0.0.1:8082" -- redis connection url address on which the client should connect on.
production_use = false -- whether to use production mode or not 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)
-- if production_use is set to true -- 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 the search engines from blocking the ip address -- 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.