diff --git a/.git-hooks/pre-commit b/.git-hooks/pre-commit index 521ed202b9ac..bdb5022849a6 100755 --- a/.git-hooks/pre-commit +++ b/.git-hooks/pre-commit @@ -426,7 +426,7 @@ while () } my $size = `git cat-file -s :$_`; # For now let's say large is 500KB - my $limit = 500; + my $limit = 10000; if ($size > $limit * 1024) { print "Error: Attempt to add a large file: $_, pleasy try to fit into $limit KB.\n";