Skip to content

Commit 86ac587

Browse files
committed
Increase Issue sleep time from 2 seconds to 30 - GitHub secondary rate limit is triggered after about 30 issues otherwise
1 parent 7572017 commit 86ac587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/githubHelper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default class GithubHelper {
3535
this.gitlabHelper = gitlabHelper;
3636
// regex for converting user from GitLab to GitHub
3737
this.userProjectRegex = utils.generateUserProjectRegex();
38-
this.delayInMs = 2000;
38+
this.delayInMs = 30000;
3939
this.useIssuesForAllMergeRequests = useIssuesForAllMergeRequests;
4040
}
4141

0 commit comments

Comments
 (0)