mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Sync MaxGitDiffLineCharacters with conf/app.ini (#2779)
MAX_GIT_DIFF_LINE_CHARACTERS was updated in #1845 but the corresponding default value of MaxGitDiffLineCharacters was not changed. This can lead to inconsistencies.
This commit is contained in:
		@@ -438,7 +438,7 @@ var (
 | 
			
		||||
	}{
 | 
			
		||||
		DisableDiffHighlight:     false,
 | 
			
		||||
		MaxGitDiffLines:          1000,
 | 
			
		||||
		MaxGitDiffLineCharacters: 500,
 | 
			
		||||
		MaxGitDiffLineCharacters: 5000,
 | 
			
		||||
		MaxGitDiffFiles:          100,
 | 
			
		||||
		GCArgs:                   []string{},
 | 
			
		||||
		Timeout: struct {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user