Skip to content

Commit bc423a1

Browse files
KN4CK3Rlunnytechknowlogick
authored
Use correct default value (#14949)
Co-authored-by: Lunny Xiao <[email protected]> Co-authored-by: techknowlogick <[email protected]>
1 parent b175791 commit bc423a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/doc/advanced/config-cheat-sheet.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ NB: You must have `DISABLE_ROUTER_LOG` set to `false` for this option to take ef
761761

762762
- `PATH`: **""**: The path of git executable. If empty, Gitea searches through the PATH environment.
763763
- `DISABLE_DIFF_HIGHLIGHT`: **false**: Disables highlight of added and removed changes.
764-
- `MAX_GIT_DIFF_LINES`: **100**: Max number of lines allowed of a single file in diff view.
764+
- `MAX_GIT_DIFF_LINES`: **1000**: Max number of lines allowed of a single file in diff view.
765765
- `MAX_GIT_DIFF_LINE_CHARACTERS`: **5000**: Max character count per line highlighted in diff view.
766766
- `MAX_GIT_DIFF_FILES`: **100**: Max number of files shown in diff view.
767767
- `COMMITS_RANGE_SIZE`: **50**: Set the default commits range size

0 commit comments

Comments
 (0)