supports the option to add a random delay
This commit is contained in:
parent
018f92526e
commit
05272884ba
4 changed files with 26 additions and 4 deletions
|
@ -19,3 +19,8 @@ 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue