Skip to content

Commit

Permalink
Merge branch 'vignette-simulation' of https://github.com/ttscience/un…
Browse files Browse the repository at this point in the history
…biased into vignette-simulation
  • Loading branch information
JagGlo committed Feb 8, 2024
2 parents 9a13e28 + 0c8240c commit 61c3454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/db.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ create_db_connection_pool <- purrr::insistently(function() {
user = Sys.getenv("POSTGRES_USER"),
password = Sys.getenv("POSTGRES_PASSWORD")
)
}, rate = purrr::rate_delay(2, max_times = 5))
}, rate = purrr::rate_delay(2, max_times = 15))


get_similar_studies <- function(name, identifier) {
Expand Down

0 comments on commit 61c3454

Please sign in to comment.