Increase historyTimeConstant

This commit is contained in:
Charlie Laabs
2021-12-30 18:48:05 -06:00
parent d01b223f58
commit e9f5397045

View File

@@ -258,7 +258,7 @@ async function saveGuildMessageHistory(
let keepGoing = true; let keepGoing = true;
L.debug({ channelId: channel.id, messagesCount }, `Training from channel`); L.debug({ channelId: channel.id, messagesCount }, `Training from channel`);
const channelCreateDate = channel.createdTimestamp; 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) { while (keepGoing) {
// eslint-disable-next-line no-await-in-loop // eslint-disable-next-line no-await-in-loop