File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
docs/content/doc/advanced Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1078,7 +1078,7 @@ ROUTER = console
1078
1078
; EXPLORE_PAGING_NUM = 20
1079
1079
; ;
1080
1080
; ; Number of issues that are displayed on one page
1081
- ; ISSUE_PAGING_NUM = 10
1081
+ ; ISSUE_PAGING_NUM = 20
1082
1082
; ;
1083
1083
; ; Number of maximum commits displayed in one activity feed
1084
1084
; FEED_MAX_COMMIT_NUM = 5
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ The following configuration set `Content-Type: application/vnd.android.package-a
171
171
## UI (` ui ` )
172
172
173
173
- ` EXPLORE_PAGING_NUM ` : ** 20** : Number of repositories that are shown in one explore page.
174
- - ` ISSUE_PAGING_NUM ` : ** 10 ** : Number of issues that are shown in one page (for all pages that list issues).
174
+ - ` ISSUE_PAGING_NUM ` : ** 20 ** : Number of issues that are shown in one page (for all pages that list issues).
175
175
- ` MEMBERS_PAGING_NUM ` : ** 20** : Number of members that are shown in organization members.
176
176
- ` FEED_MAX_COMMIT_NUM ` : ** 5** : Number of maximum commits shown in one activity feed.
177
177
- ` FEED_PAGING_NUM ` : ** 20** : Number of items that are displayed in home feed.
Original file line number Diff line number Diff line change @@ -262,8 +262,8 @@ var (
262
262
}{
263
263
ExplorePagingNum : 20 ,
264
264
SitemapPagingNum : 20 ,
265
- IssuePagingNum : 10 ,
266
- RepoSearchPagingNum : 10 ,
265
+ IssuePagingNum : 20 ,
266
+ RepoSearchPagingNum : 20 ,
267
267
MembersPagingNum : 20 ,
268
268
FeedMaxCommitNum : 5 ,
269
269
FeedPagingNum : 20 ,
You can’t perform that action at this time.
0 commit comments