Change sync task frequency

This commit is contained in:
2024-08-21 16:19:34 +02:00
parent 479227d0be
commit 2a02c22b91

View File

@@ -24,7 +24,7 @@ export default defineNuxtConfig({
tasks: true,
},
scheduledTasks: {
'* * * * *': ['sync']
'0 */1 * * *': ['sync']
}
},
security: {