From 07ced1bfa3a4873504ac389e940c0438f9bf329b Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Fri, 14 Dec 2012 19:13:30 +0100 Subject: [PATCH] fetcher git: increase big file threshold --- SparkleLib/Git/SparkleFetcherGit.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleLib/Git/SparkleFetcherGit.cs b/SparkleLib/Git/SparkleFetcherGit.cs index c44a41cc..c1c7e92e 100755 --- a/SparkleLib/Git/SparkleFetcherGit.cs +++ b/SparkleLib/Git/SparkleFetcherGit.cs @@ -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",