From 56dfb877a66a82498cefaf6bcf86d797bc444504 Mon Sep 17 00:00:00 2001 From: DustVoice Date: Thu, 3 Dec 2020 23:15:59 +0100 Subject: [PATCH] Increase git postbuffer to 500M --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 56f6bef..d81b64a 100644 --- a/.gitconfig +++ b/.gitconfig @@ -13,3 +13,5 @@ program = gpg2 [pull] rebase = false +[http] + postBuffer = 500M