From 2fe026d4cc82cfd093c0e318ec011422a62dddb6 Mon Sep 17 00:00:00 2001 From: "Michael (GP)" Date: Wed, 23 Nov 2022 19:12:40 -0500 Subject: [PATCH] increasing post time --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {