diff options
author | Unknwon <u@gogs.io> | 2015-12-05 01:09:14 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-05 01:09:14 -0500 |
commit | f41360d864bfa3fb850d669a0a8321820fc550de (patch) | |
tree | 5450285739bd0be98258474f45d62991dd1429ee /conf/app.ini | |
parent | e82ee40e9e667797099edc05ec1b774f65310464 (diff) | |
download | gitea-f41360d864bfa3fb850d669a0a8321820fc550de.tar.gz gitea-f41360d864bfa3fb850d669a0a8321820fc550de.zip |
#2052 advanced select ops for system notices
Diffstat (limited to 'conf/app.ini')
-rw-r--r-- | conf/app.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/app.ini b/conf/app.ini index d9d29c9ef9..ab8bd9f566 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -32,7 +32,7 @@ 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 +NOTICE_PAGING_NUM = 25 ; Number of organization that are showed in one page ORG_PAGING_NUM = 50 |