Skip to content

Commit

Permalink
⚡ Increase fetch interval
Browse files Browse the repository at this point in the history
  • Loading branch information
Androz2091 committed Oct 10, 2020
1 parent dd46a36 commit e9a0149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ client.on("ready", () => {
setInterval(() => {
const date = new Date();
pronoteSynchronization().catch((e) => console.log(`${date} | ${e.message}`));
}, 5 * 60 * 1000);
}, 10 * 60 * 1000);
});

// Connexion à Discord
Expand Down

0 comments on commit e9a0149

Please sign in to comment.