Skip to content

Commit a31b067

Browse files
authored
change event flush frequency (#128)
1 parent 64b3472 commit a31b067

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
@@ -22,7 +22,7 @@ export async function bootCron() {
2222
{
2323
name: 'flush',
2424
type: 'flushEvents',
25-
pattern: 1000 * 10,
25+
pattern: 1000 * 5,
2626
},
2727
{
2828
name: 'flush',

0 commit comments

Comments
 (0)