diff --git a/bot.js b/bot.js index 3d516a6..935f8ce 100644 --- a/bot.js +++ b/bot.js @@ -11,7 +11,7 @@ let maxPostPerScan = process.env.MAX_POST_PER_SCAN; setInterval(async () => { await postFeed(); - }, 20 * 60 * 1000); + }, 60 * 60 * 1000); })(); async function postFeed() {