change the 'aggregator' option to 'production_use'

This commit is contained in:
XFFXFF 2023-05-23 00:56:44 +00:00
parent 05272884ba
commit 9773cee38d
2 changed files with 14 additions and 8 deletions

View file

@ -20,7 +20,6 @@ theme = "simple" -- the theme name which should be used for the website
-- Caching
redis_connection_url = "redis://127.0.0.1:8082" -- redis connection url address on which the client should connect on.
-- Aggregator
aggregator = {
random_delay = false, -- whether to add random delay before sending the request to the search engine
}
production_use = false -- whether to use production mode or not
-- 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