Change sync task frequency

This commit is contained in:
Peaceultime 2024-08-21 16:19:34 +02:00
parent 479227d0be
commit 2a02c22b91
1 changed files with 1 additions and 1 deletions

View File

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