feat: longer digest

This commit is contained in:
Nevo David 2026-01-07 01:21:11 +07:00
parent 0f4c39ede0
commit 475cf8e0fb
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ export async function digestEmailWorkflow({
while (true) {
await condition(() => queue.length > 0);
await sleep(60000);
await sleep(3600000);
// Take a snapshot batch and immediately clear queue.
const batch = queue.splice(0, queue.length);