mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-07 05:55:51 +01:00
(refs #2)Limit of pull request list is 25.
This commit is contained in:
@@ -32,3 +32,7 @@ trait PullRequestService { self: IssuesService =>
|
||||
commitIdTo))
|
||||
|
||||
}
|
||||
|
||||
object PullRequestService {
|
||||
val PullRequestLimit = 25
|
||||
}
|
||||
Reference in New Issue
Block a user