mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
feat: cache rss feedgen for 5 minutes
The RSS feed should be perfectly fine even when caching them for 5 minutes. This should massively reduce the response times on the endpoint. Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
This commit is contained in:
parent
33d31d4117
commit
a5b94a47f3
3 changed files with 29 additions and 5 deletions
|
@ -175,3 +175,5 @@ max_search_entries = 50000
|
|||
expiry_time_search = 600
|
||||
; number of seconds after a cache entry for statistics queries expires, default is 5 minutes
|
||||
expiry_time_statistics = 300
|
||||
; number of seconds after a cache entry for rss queries expires, default is 5 minutes
|
||||
expiry_time_rss = 300
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue