mirror of
https://github.com/dylanbenzi/hurricane_normalization_app.git
synced 2026-07-30 05:08:57 +00:00
modify cache options to never invalidate
This commit is contained in:
+1
-1
@@ -627,7 +627,7 @@ if (!dir.exists(cache_dir)) {
|
||||
|
||||
query_cache <- cachem::cache_disk(
|
||||
dir = cache_dir,
|
||||
max_age = 86400, # 24 hours
|
||||
max_age = Inf,
|
||||
evict = "lru",
|
||||
logfile = cache_logfile
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user