Skip to content

Commit d6e9147

Browse files
committed
robustify metrics retrieval against missing data
1 parent 15df8ad commit d6e9147

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/preprocessing/other-scripts/metrics.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ add_citations <- function(metadata) {
104104
mlog$debug(gsub("[\r\n]", "", paste(err, doi, sep = " ")))
105105
cc_list <- append(cc_list, list(list(doi = doi, count = NA)))
106106
})
107-
Sys.sleep(0.1)
107+
Sys.sleep(0.05)
108108
}
109109
cc <- do.call(rbind.fill, cc_list)
110110
},

0 commit comments

Comments
 (0)