mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-03-25 09:25:49 +00:00
Fetch max number of commits per page.
This commit is contained in:
parent
79462eed54
commit
f81e06b9de
1 changed files with 1 additions and 0 deletions
|
|
@ -197,6 +197,7 @@ func (digest *Digest) fetch(githubClient *github.Client) error {
|
|||
*repo.Owner.Login,
|
||||
*repo.Name,
|
||||
&github.CommitsListOptions{
|
||||
ListOptions: github.ListOptions{PerPage: 100},
|
||||
Author: *digest.User.Login,
|
||||
Since: intervalDigest.StartTime.UTC(),
|
||||
Until: intervalDigest.EndTime.UTC(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue