mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Make max commits in graph configurable (#4498)
This commit is contained in:
		| @@ -68,6 +68,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`. | ||||
| - `EXPLORE_PAGING_NUM`: **20**: Number of repositories that are shown in one explore page. | ||||
| - `ISSUE_PAGING_NUM`: **10**: Number of issues that are shown in one page (for all pages that list issues). | ||||
| - `FEED_MAX_COMMIT_NUM`: **5**: Number of maximum commits shown in one activity feed. | ||||
| - `GRAPH_MAX_COMMIT_NUM`: **100**: Number of maximum commits shown in the commit graph. | ||||
| - `DEFAULT_THEME`: **gitea**: \[gitea, arc-green\]: Set the default theme for the Gitea install. | ||||
|  | ||||
| ### UI - Admin (`ui.admin`) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user