1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-14 06:27:19 +00:00

Performance optimization for pull request files loading comments attachments (#33585) (#33592)

Backport #33585 by @lunny

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
Giteabot
2025-02-14 16:06:46 +08:00
committed by GitHub
parent cc6ec56738
commit 5e9cc919cf
3 changed files with 11 additions and 9 deletions

View File

@ -80,7 +80,7 @@ type DiffLine struct {
Match int
Type DiffLineType
Content string
Comments []*issues_model.Comment
Comments issues_model.CommentList
SectionInfo *DiffLineSectionInfo
}