mirror of
https://github.com/khairul169/github-leaderboard.git
synced 2025-04-28 15:39:31 +07:00
Revert "feat: increase fetchRepoContributors max retry attempts"
This reverts commit c983044e11a95a370c68cdb1b3bcde2a21c872e7.
This commit is contained in:
parent
a7e024e8d7
commit
e097ebbff4
@ -61,8 +61,8 @@ export const fetchUserRepos = async (data: FetchUserRepos) => {
|
|||||||
name: "fetchRepoContributors",
|
name: "fetchRepoContributors",
|
||||||
data,
|
data,
|
||||||
opts: {
|
opts: {
|
||||||
attempts: 10,
|
attempts: 5,
|
||||||
backoff: { type: "exponential", delay: 10000 },
|
backoff: { type: "exponential", delay: 3000 },
|
||||||
jobId: `contributors:${data.uri}`,
|
jobId: `contributors:${data.uri}`,
|
||||||
},
|
},
|
||||||
}))
|
}))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user