fix: decrease profile flush to 10s

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-02-09 12:05:17 +00:00
parent e129a53ce5
commit 40a3178b57

View File

@@ -51,7 +51,7 @@ export async function bootCron() {
{
name: 'flush',
type: 'flushProfiles',
pattern: 1000 * 60,
pattern: 1000 * 10,
},
{
name: 'flush',