Skip to content

Commit

Permalink
feat: add HTTP cache support to RSS feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian ALEXANDRE committed Oct 21, 2024
1 parent 130be7b commit d583dfa
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
parameters:
# if null, will expire every day at 0h00
env(NOVAEZRSSFEED_CACHE_TTL): ~
# "null" => public + expire at 0h00
# "0" => private
# "<int>" => public + s-maxage of `<int>`
env(NOVAEZRSSFEED_CACHE_TTL): 3600

novaezrssfeed.cache.ttl: '%env(NOVAEZRSSFEED_CACHE_TTL)%'

0 comments on commit d583dfa

Please sign in to comment.