diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index 523a9a6..96bd6a1 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -421,7 +421,7 @@
empty file added
{% else %} - {% if patchtype == "added" and patch.line_stats[1] > 100 %} + {% if patchtype == "added" and patch.line_stats[1] > 1000 %}
View the large added file {{ viewfilelink(patch_new_file_path) }}