remove dynamic query caching

This commit is contained in:
2025-12-25 02:22:07 -05:00
parent be409e82ae
commit ee96e1f509
2 changed files with 7 additions and 29 deletions
+7
View File
@@ -41,8 +41,15 @@ library(shinyWidgets)
library(paletteer)
library(shinyjs)
APP_DIR <- getwd()
cache_dir <- file.path(APP_DIR, "cache")
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))
useShinyjs()
# pull static data