From d3e8f7833bc2911be89df2eed47e49b01d80b6b3 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: May 31 2016 06:24:26 +0000 Subject: up the line limit for large file additions to 1000 --- 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) }}