aboutsummaryrefslogtreecommitdiffstats
path: root/custom
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2020-08-11 10:48:13 -0400
committerGitHub <noreply@github.com>2020-08-11 10:48:13 -0400
commit22c952ac7a6cfb5e4fd8ab536cbfef1543b1be91 (patch)
treecc7a278ce1bd3a2dbfea28567b12b1e46b1debc6 /custom
parent73b155d5f21813abc788a54aee0ee72459e7c7c9 (diff)
downloadgitea-22c952ac7a6cfb5e4fd8ab536cbfef1543b1be91.tar.gz
gitea-22c952ac7a6cfb5e4fd8ab536cbfef1543b1be91.zip
Make dashboard newsfeed list length a configurable item (#12469)
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Diffstat (limited to 'custom')
-rw-r--r--custom/conf/app.example.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini
index a15b9be54f..f8c631ee07 100644
--- a/custom/conf/app.example.ini
+++ b/custom/conf/app.example.ini
@@ -164,6 +164,8 @@ EXPLORE_PAGING_NUM = 20
ISSUE_PAGING_NUM = 10
; Number of maximum commits displayed in one activity feed
FEED_MAX_COMMIT_NUM = 5
+; Number of items that are displayed in home feed
+FEED_PAGING_NUM = 20
; Number of maximum commits displayed in commit graph.
GRAPH_MAX_COMMIT_NUM = 100
; Number of line of codes shown for a code comment