Skip to content

Commit 26c624b

Browse files
committed
Set larger HTTP POST buffer
For #3.
1 parent 006f442 commit 26c624b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

R/update-package.R

+3
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ update_package <- function(pkg, state = NULL, force = FALSE, sleep = 1) {
7272
create_repo(pkg)
7373
}
7474

75+
# For https://github.com/r-hub/biocatgh/issues/3
76+
git("config", c("http.postBuffer", "524288000"))
77+
7578
# Need to push devel first to make it the default branch
7679
# Ignore the errors
7780
tryCatch({

0 commit comments

Comments
 (0)