From 40a3178b57d7b131604185599fc73b720906494e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Mon, 9 Feb 2026 12:05:17 +0000 Subject: [PATCH] fix: decrease profile flush to 10s --- apps/worker/src/boot-cron.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/worker/src/boot-cron.ts b/apps/worker/src/boot-cron.ts index 177bbdd4..b29a6a7c 100644 --- a/apps/worker/src/boot-cron.ts +++ b/apps/worker/src/boot-cron.ts @@ -51,7 +51,7 @@ export async function bootCron() { { name: 'flush', type: 'flushProfiles', - pattern: 1000 * 60, + pattern: 1000 * 10, }, { name: 'flush',