mirror of
https://github.com/dylanbenzi/hurricane_normalization_app.git
synced 2026-07-30 05:08:57 +00:00
remove dynamic query caching
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user