summaryrefslogtreecommitdiff
path: root/lib/tasks
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-09 00:07:40 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-09 00:07:40 +0000
commite8793358645d6c84b46ef56dafcbf834f20d6415 (patch)
treec1c90c19c86b312a7def8dbdd2ddd8888b696d70 /lib/tasks
parente0b84f4ba4b44c8ecf00be97843c40df2550b74c (diff)
downloadgitlab-ce-e8793358645d6c84b46ef56dafcbf834f20d6415.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/pngquant.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/pngquant.rake b/lib/tasks/pngquant.rake
index 0197cc9dbcf..56dfd5ed081 100644
--- a/lib/tasks/pngquant.rake
+++ b/lib/tasks/pngquant.rake
@@ -5,7 +5,7 @@ require 'parallel'
# The amount of variance (in bytes) allowed in
# file size when testing for compression size
-TOLERANCE = 10
+TOLERANCE = 10000
namespace :pngquant do
# Returns an array of all images eligible for compression