fetcher git: increase big file threshold

This commit is contained in:
Hylke Bons 2012-12-14 19:13:30 +01:00
parent 27da1ba870
commit 95ed386e05

View file

@ -330,7 +330,7 @@ namespace SparkleLib.Git {
public void InstallGitBinConfiguration ()
{
string [] settings = new string [] {
"core.bigFileThreshold 8g",
"core.bigFileThreshold 1024g",
"filter.bin.clean \"git bin clean %f\"",
"filter.bin.smudge \"git bin smudge\"",
"git-bin.chunkSize 1m",