Skip to content

Commit

Permalink
update git for constant broken connection
Browse files Browse the repository at this point in the history
  • Loading branch information
contrun committed Sep 23, 2024
1 parent 6afbc8a commit d43375d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dot_gitconfig.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@
[core]
pager = delta
; excludesFile = ~/.gitignore
; https://stackoverflow.com/questions/66366582/github-unexpected-disconnect-while-reading-sideband-packet
packedGitLimit = 512m
packedGitWindowSize = 512m

[pack]
deltaCacheSize = 2047m
packSizeLimit = 2047m
windowMemory = 2047m

[interactive]
diffFilter = delta --color-only
Expand Down

0 comments on commit d43375d

Please sign in to comment.