Skip to content

Commit

Permalink
reducing ping time
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloendoh committed Feb 6, 2023
1 parent 97f0e85 commit e2f35e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routines/executeEvery3Min.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const executeEvery3Min = async () => {
.catch(() => {
myConsoleSuccess("GET FAIL BUT OK " + ideameter)
})
}, 60 * 1000 * 3)
}, 60 * 1000 * 2.5)
}

export default executeEvery3Min

0 comments on commit e2f35e1

Please sign in to comment.