From e9f5397045b4391c11e4b54a39a8029a66661121 Mon Sep 17 00:00:00 2001 From: Charlie Laabs Date: Thu, 30 Dec 2021 18:48:05 -0600 Subject: [PATCH] Increase historyTimeConstant --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 7317609..36f8a07 100644 --- a/src/index.ts +++ b/src/index.ts @@ -258,7 +258,7 @@ async function saveGuildMessageHistory( let keepGoing = true; L.debug({ channelId: channel.id, messagesCount }, `Training from channel`); const channelCreateDate = channel.createdTimestamp; - const channelEta = makeEta({ autostart: true, min: 0, max: 1, historyTimeConstant: 10 }); + const channelEta = makeEta({ autostart: true, min: 0, max: 1, historyTimeConstant: 30 }); while (keepGoing) { // eslint-disable-next-line no-await-in-loop