git: refresh a bit
This commit is contained in:
parent
8378e9993d
commit
4112913166
@ -3,7 +3,9 @@
|
|||||||
[core]
|
[core]
|
||||||
abbrev = 8
|
abbrev = 8
|
||||||
bigFileThreshold = 16m
|
bigFileThreshold = 16m
|
||||||
compression = 5
|
compression = 7
|
||||||
|
deltaBaseCacheLimit = 128m
|
||||||
|
looseCompression = 2
|
||||||
[credential]
|
[credential]
|
||||||
helper = cache --timeout=86400
|
helper = cache --timeout=86400
|
||||||
[fetch]
|
[fetch]
|
||||||
@ -12,7 +14,7 @@
|
|||||||
aggressiveDepth = 100
|
aggressiveDepth = 100
|
||||||
aggressiveWindow = 500
|
aggressiveWindow = 500
|
||||||
auto = 0
|
auto = 0
|
||||||
bigPackThreshold = 512m
|
bigPackThreshold = 1g
|
||||||
pruneExpire = now
|
pruneExpire = now
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
@ -23,6 +25,7 @@
|
|||||||
packSizeLimit = 1g
|
packSizeLimit = 1g
|
||||||
threads = 4
|
threads = 4
|
||||||
useSparse = true
|
useSparse = true
|
||||||
|
writeBitmapLookupTable = true
|
||||||
writeReverseIndex = true
|
writeReverseIndex = true
|
||||||
[pull]
|
[pull]
|
||||||
ff = only
|
ff = only
|
||||||
|
Loading…
Reference in New Issue
Block a user