Skip to content

Commit c839ee0

Browse files
committed
fix: bring back warning metadata
1 parent 19ac3bf commit c839ee0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

R/cache.R

+4-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,10 @@ cache_epidata_call <- function(epidata_call, fetch_args = fetch_args_list()) {
258258
permanently with environmental variable `EPIDATR_USE_CACHE=FALSE`",
259259
"i" = "setting `EPIDATR_CACHE_MAX_AGE_DAYS={Sys.getenv('EPIDATR_CACHE_MAX_AGE_DAYS
260260
', unset = 1)}` to e.g. `3/24` (3 hours)."
261-
)
261+
),
262+
.frequency = "regularly",
263+
.frequency_id = "cache timing issues",
264+
class = "cache_recent_data"
262265
)
263266
}
264267
if (!is.key_missing(cached)) {

0 commit comments

Comments
 (0)