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

Commit d5e419a

Browse files
decrease pagging period to a month (#90)
Signed-off-by: Ayman <enkhalifapro@gmail.com> Co-authored-by: Ayman <enkhalifapro@gmail.com>
1 parent d1ef88f commit d5e419a

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 * 90)
3137+
until := from.Add(24 * time.Hour * 30)
31383138
comms, er := getRepoCommits(r, from, until)
31393139
if er != nil {
31403140
err = er

0 commit comments

Comments
 (0)