diff options
author | KN4CK3R <KN4CK3R@users.noreply.github.com> | 2021-03-11 06:09:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-11 00:09:30 -0500 |
commit | bc423a1e8445c01b5f590b86657c9a49b0bfdd8c (patch) | |
tree | 8d79520d6f79bc5d3d9db618defee0ff621def98 /docs/content/doc/advanced | |
parent | b17579166551681d98746739846e3018eddc2b72 (diff) | |
download | gitea-bc423a1e8445c01b5f590b86657c9a49b0bfdd8c.tar.gz gitea-bc423a1e8445c01b5f590b86657c9a49b0bfdd8c.zip |
Use correct default value (#14949)
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'docs/content/doc/advanced')
-rw-r--r-- | docs/content/doc/advanced/config-cheat-sheet.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/advanced/config-cheat-sheet.en-us.md b/docs/content/doc/advanced/config-cheat-sheet.en-us.md index 1c4c3d033b..61831d083b 100644 --- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md +++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md @@ -761,7 +761,7 @@ NB: You must have `DISABLE_ROUTER_LOG` set to `false` for this option to take ef - `PATH`: **""**: The path of git executable. If empty, Gitea searches through the PATH environment. - `DISABLE_DIFF_HIGHLIGHT`: **false**: Disables highlight of added and removed changes. -- `MAX_GIT_DIFF_LINES`: **100**: Max number of lines allowed of a single file in diff view. +- `MAX_GIT_DIFF_LINES`: **1000**: Max number of lines allowed of a single file in diff view. - `MAX_GIT_DIFF_LINE_CHARACTERS`: **5000**: Max character count per line highlighted in diff view. - `MAX_GIT_DIFF_FILES`: **100**: Max number of files shown in diff view. - `COMMITS_RANGE_SIZE`: **50**: Set the default commits range size |