Fonts added
Change-Id: I32fb8011dd391d35c34627713cb38e5432927c7e
This commit is contained in:
parent
11ef55a685
commit
768751a831
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ while (<FILES>)
|
||||||
}
|
}
|
||||||
my $size = `git cat-file -s :$_`;
|
my $size = `git cat-file -s :$_`;
|
||||||
# For now let's say large is 500KB
|
# For now let's say large is 500KB
|
||||||
my $limit = 500;
|
my $limit = 10000;
|
||||||
if ($size > $limit * 1024)
|
if ($size > $limit * 1024)
|
||||||
{
|
{
|
||||||
print "Error: Attempt to add a large file: $_, pleasy try to fit into $limit KB.\n";
|
print "Error: Attempt to add a large file: $_, pleasy try to fit into $limit KB.\n";
|
||||||
|
|
Loading…
Reference in a new issue