summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAntoine GIRARD <sapk@sapk.fr>2015-09-26 00:38:43 +0200
committerAntoine GIRARD <sapk@sapk.fr>2015-09-26 00:38:43 +0200
commitdfc16d08790f446e321df24c01ae2800507e2a22 (patch)
treef2ec2890df485a3513ae8956a29eeb96fc66fd4c /conf
parent1c35380c2c476e8eb5022078262e8cadade4d4c7 (diff)
downloadgitea-dfc16d08790f446e321df24c01ae2800507e2a22.tar.gz
gitea-dfc16d08790f446e321df24c01ae2800507e2a22.zip
Fix admin repos new ui
Diffstat (limited to 'conf')
-rw-r--r--conf/app.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini
index 21464edd0f..049e6d860b 100644
--- a/conf/app.ini
+++ b/conf/app.ini
@@ -21,6 +21,8 @@ ISSUE_PAGING_NUM = 10
[ui.admin]
; Number of users that are showed in one page
USER_PAGING_NUM = 50
+; Number of repos that are showed in one page
+REPO_PAGING_NUM = 50
; Number of notices that are showed in one page
NOTICE_PAGING_NUM = 50