Skip to content

Commit

Permalink
🔧 [#2017] Increase catalogi API cache timeout default to 1 day
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Jan 15, 2024
1 parent 1fa64e9 commit 2a0d94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/open_inwoner/conf/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
SOLO_CACHE = "local" # Avoid Redis overhead

# ZGW API caches
CACHE_ZGW_CATALOGI_TIMEOUT = config("CACHE_ZGW_CATALOGI_TIMEOUT", default=60 * 15)
CACHE_ZGW_CATALOGI_TIMEOUT = config("CACHE_ZGW_CATALOGI_TIMEOUT", default=60 * 60 * 24)
CACHE_ZGW_ZAKEN_TIMEOUT = config("CACHE_ZGW_ZAKEN_TIMEOUT", default=60 * 1)

#
Expand Down

0 comments on commit 2a0d94e

Please sign in to comment.