diff --git a/backend/src/config/bots.js b/backend/src/config/bots.js index aba0fa2..789052d 100644 --- a/backend/src/config/bots.js +++ b/backend/src/config/bots.js @@ -3,7 +3,7 @@ export default [ id: 'meilisearch-sync', type: 'meilisearch', name: 'Meilisearch 동기화', - cron: '0 12 * * *', // 매일 12시 전체 동기화 + cron: '0 0 * * *', // 매일 00시 전체 동기화 enabled: true, }, {