✨ Config option to customize the cache invalidation/expiry time (#403)
This commit is contained in:
parent
3c6632246e
commit
5a8d61f231
4 changed files with 27 additions and 6 deletions
|
@ -47,7 +47,7 @@ theme = "simple" -- the theme name which should be used for the website
|
|||
|
||||
-- ### Caching ###
|
||||
redis_url = "redis://127.0.0.1:8082" -- redis connection url address on which the client should connect on.
|
||||
|
||||
cache_expiry_time = 600 -- This option takes the expiry time of the search results (value in seconds and the value should be greater than or equal to 60 seconds).
|
||||
-- ### Search Engines ###
|
||||
upstream_search_engines = {
|
||||
DuckDuckGo = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue