Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
change paging period (#89)
Browse files Browse the repository at this point in the history
Signed-off-by: Ayman <[email protected]>
Co-authored-by: Ayman <[email protected]>
  • Loading branch information
khalifapro and enkhalifapro authored Mar 12, 2023
1 parent 6b60446 commit d1ef88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/git/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -3134,7 +3134,7 @@ func (j *DSGit) SyncV2(ctx *shared.Ctx) (err error) {
}

for from.Before(headCommit.Author.When) {
until := from.Add(24 * time.Hour * 185)
until := from.Add(24 * time.Hour * 90)
comms, er := getRepoCommits(r, from, until)
if er != nil {
err = er
Expand Down

0 comments on commit d1ef88f

Please sign in to comment.