Skip to content

Commit

Permalink
Enable multiplex and use dev curl for CURLOPT_PIPEWAIT
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Nov 25, 2024
1 parent 39ab322 commit e0f7216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Imports:
withr,
yaml
Remotes:
jeroen/ghapps,
r-lib/gert
jeroen/curl
RoxygenNote: 7.1.2
License: Apache License 2.0
2 changes: 1 addition & 1 deletion R/update.R
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ parse_raw_gitpack <- function(buf){
}

remote_heads_many <- function(repos, refs = NULL, verbose = TRUE){
pool <- curl::multi_set(multiplex = FALSE) # use default pool
pool <- curl::multi_set(multiplex = TRUE) # use default pool
len <- length(repos)
out <- rep(NA_character_, len)
completed <- 0
Expand Down

0 comments on commit e0f7216

Please sign in to comment.