summaryrefslogtreecommitdiffstats
path: root/custom
diff options
context:
space:
mode:
authorNorwin <noerw@users.noreply.github.com>2022-08-06 12:43:40 +0200
committerGitHub <noreply@github.com>2022-08-06 18:43:40 +0800
commit279e4e235cd28b570e2947cc8c397280e9250440 (patch)
treecb3295726a2b4c34d24b95f93b30756020c5395d /custom
parent61aafb9c7d367e4cc369c4d79eb58f278edb0ce8 (diff)
downloadgitea-279e4e235cd28b570e2947cc8c397280e9250440.tar.gz
gitea-279e4e235cd28b570e2947cc8c397280e9250440.zip
Increase default item listing size `ISSUE_PAGING_NUM` to 20 (#20547)
* increase default page sizes to 20 * adjust docs to reflect that the setting is used all over the place * fix tests Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'custom')
-rw-r--r--custom/conf/app.example.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini
index feff190f85..83b3048bc6 100644
--- a/custom/conf/app.example.ini
+++ b/custom/conf/app.example.ini
@@ -1083,7 +1083,7 @@ ROUTER = console
;EXPLORE_PAGING_NUM = 20
;;
;; Number of issues that are displayed on one page
-;ISSUE_PAGING_NUM = 10
+;ISSUE_PAGING_NUM = 20
;;
;; Number of maximum commits displayed in one activity feed
;FEED_MAX_COMMIT_NUM = 5