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

Commit d1ef88f

Browse files
change paging period (#89)
Signed-off-by: Ayman <[email protected]> Co-authored-by: Ayman <[email protected]>
1 parent 6b60446 commit d1ef88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/git/git.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3134,7 +3134,7 @@ func (j *DSGit) SyncV2(ctx *shared.Ctx) (err error) {
31343134
}
31353135

31363136
for from.Before(headCommit.Author.When) {
3137-
until := from.Add(24 * time.Hour * 185)
3137+
until := from.Add(24 * time.Hour * 90)
31383138
comms, er := getRepoCommits(r, from, until)
31393139
if er != nil {
31403140
err = er

0 commit comments

Comments
 (0)