summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-06-29 23:25:41 +0800
committerUnknwon <u@gogs.io>2016-06-29 23:25:41 +0800
commit6f7276278ddeaeb9bdc065f4987d7defe0f6697a (patch)
tree0fc4ff58ebe650b7c2b6eac1c8bb280b89307c79 /conf
parent743d22669a49b743f1963dc579294a092c4980c1 (diff)
downloadgitea-6f7276278ddeaeb9bdc065f4987d7defe0f6697a.tar.gz
gitea-6f7276278ddeaeb9bdc065f4987d7defe0f6697a.zip
#3174 genetate bindata
Diffstat (limited to 'conf')
-rw-r--r--conf/app.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/app.ini b/conf/app.ini
index 7f7b329030..38d930866f 100644
--- a/conf/app.ini
+++ b/conf/app.ini
@@ -329,7 +329,7 @@ SCHEDULE = @every 24h
[git]
; Max number of lines allowed of a single file in diff view.
-MAX_GIT_DIFF_LINES = 500
+MAX_GIT_DIFF_LINES = 1000
; Max number of characters of a line allowed in diff view.
MAX_GIT_DIFF_LINE_CHARACTERS = 500
; Max number of files shown in diff view.