File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
docs/content/doc/advanced Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,8 @@ EXPLORE_PAGING_NUM = 20
67
67
ISSUE_PAGING_NUM = 10
68
68
; Number of maximum commits displayed in one activity feed
69
69
FEED_MAX_COMMIT_NUM = 5
70
+ ; Number of maximum commits displayed in commit graph.
71
+ GRAPH_MAX_COMMIT_NUM = 100
70
72
; Value of `theme-color` meta tag, used by Android >= 5.0
71
73
; An invalid color like "none" or "disable" will have the default style
72
74
; More info: https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
68
68
- ` EXPLORE_PAGING_NUM ` : ** 20** : Number of repositories that are shown in one explore page.
69
69
- ` ISSUE_PAGING_NUM ` : ** 10** : Number of issues that are shown in one page (for all pages that list issues).
70
70
- ` FEED_MAX_COMMIT_NUM ` : ** 5** : Number of maximum commits shown in one activity feed.
71
+ - ` GRAPH_MAX_COMMIT_NUM ` : ** 100** : Number of maximum commits shown in the commit graph.
71
72
- ` DEFAULT_THEME ` : ** gitea** : \[ gitea, arc-green\] : Set the default theme for the Gitea install.
72
73
73
74
### UI - Admin (` ui.admin ` )
You can’t perform that action at this time.
0 commit comments