Fetch max number of commits per page.

This commit is contained in:
Mihai Parparita 2014-09-20 17:06:46 -07:00
parent 79462eed54
commit f81e06b9de

View file

@ -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(),