Skip to content

Commit a03bd79

Browse files
committed
Update httr2.R
1 parent 46a4cbd commit a03bd79

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

R/httr2.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
http_req_throttle <- function(req) {
22
httr2::req_throttle(
33
req,
4-
capacity = 30,
4+
capacity = 120,
55
fill_time_s = 60
66
)
77
}
@@ -11,7 +11,7 @@ http_req_perform_parallel <- function(
1111
...,
1212
on_error = c("stop", "return", "continue"),
1313
progress = FALSE,
14-
max_active = 4
14+
max_active = 8
1515
) {
1616
on_error <- match.arg(on_error)
1717
reqs <- lapply(reqs, http_req_throttle)

0 commit comments

Comments
 (0)