Skip to content

Commit

Permalink
Set larger HTTP POST buffer
Browse files Browse the repository at this point in the history
For #3.
  • Loading branch information
gaborcsardi committed Feb 6, 2025
1 parent 006f442 commit 26c624b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/update-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ update_package <- function(pkg, state = NULL, force = FALSE, sleep = 1) {
create_repo(pkg)
}

# For https://github.com/r-hub/biocatgh/issues/3
git("config", c("http.postBuffer", "524288000"))

# Need to push devel first to make it the default branch
# Ignore the errors
tryCatch({
Expand Down

0 comments on commit 26c624b

Please sign in to comment.