We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a4cbd commit a03bd79Copy full SHA for a03bd79
1 file changed
R/httr2.R
@@ -1,7 +1,7 @@
1
http_req_throttle <- function(req) {
2
httr2::req_throttle(
3
req,
4
- capacity = 30,
+ capacity = 120,
5
fill_time_s = 60
6
)
7
}
@@ -11,7 +11,7 @@ http_req_perform_parallel <- function(
11
...,
12
on_error = c("stop", "return", "continue"),
13
progress = FALSE,
14
- max_active = 4
+ max_active = 8
15
) {
16
on_error <- match.arg(on_error)
17
reqs <- lapply(reqs, http_req_throttle)
0 commit comments