Skip to content

Commit 40a3178

Browse files
committed
fix: decrease profile flush to 10s
1 parent e129a53 commit 40a3178

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/worker/src/boot-cron.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export async function bootCron() {
5151
{
5252
name: 'flush',
5353
type: 'flushProfiles',
54-
pattern: 1000 * 60,
54+
pattern: 1000 * 10,
5555
},
5656
{
5757
name: 'flush',

0 commit comments

Comments
 (0)