瀏覽代碼

Use a better default MAX_GIT_DIFF_LINE_CHARACTERS (#1845)

Tests indicate that line length alone does not make browsers slow, so
increase the default threshold after which diffs get surpressed for line
length from 500 to a more reasonable 5000 characters.

Fixes: https://github.com/go-gitea/gitea/issues/1826
tags/v1.2.0-rc1
silverwind 7 年之前
父節點
當前提交
31e8436a1c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      conf/app.ini

+ 1
- 1
conf/app.ini 查看文件

@@ -460,7 +460,7 @@ DISABLE_DIFF_HIGHLIGHT = false
; Max number of lines allowed of a single file in diff view
MAX_GIT_DIFF_LINES = 1000
; Max number of characters of a line allowed in diff view
MAX_GIT_DIFF_LINE_CHARACTERS = 500
MAX_GIT_DIFF_LINE_CHARACTERS = 5000
; Max number of files shown in diff view
MAX_GIT_DIFF_FILES = 100
; Arguments for command 'git gc', e.g. "--aggressive --auto"

Loading…
取消
儲存