fix: decrease profile flush to 10s
This commit is contained in:
@@ -51,7 +51,7 @@ export async function bootCron() {
|
|||||||
{
|
{
|
||||||
name: 'flush',
|
name: 'flush',
|
||||||
type: 'flushProfiles',
|
type: 'flushProfiles',
|
||||||
pattern: 1000 * 60,
|
pattern: 1000 * 10,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'flush',
|
name: 'flush',
|
||||||
|
|||||||
Reference in New Issue
Block a user