Change sync task frequency
This commit is contained in:
parent
479227d0be
commit
2a02c22b91
|
|
@ -24,7 +24,7 @@ export default defineNuxtConfig({
|
||||||
tasks: true,
|
tasks: true,
|
||||||
},
|
},
|
||||||
scheduledTasks: {
|
scheduledTasks: {
|
||||||
'* * * * *': ['sync']
|
'0 */1 * * *': ['sync']
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
security: {
|
security: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue