modify cache options to never invalidate

This commit is contained in:
2025-12-26 19:20:08 -05:00
parent 8aa4b4b142
commit 084e3edb65
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ cache_logfile <- file.path(APP_DIR, "cachelog")
source(file = "queries.R")
shinyOptions(cache = cachem::cache_disk(dir = cache_dir, max_age = 86400, evict = "lru", logfile = cache_logfile))
shinyOptions(cache = query_cache)
useShinyjs()