fix: Meilisearch 동기화 시간을 00시로 변경

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
caadiq 2026-02-05 18:06:07 +09:00
parent 78eb513c28
commit 46295a5f15

View file

@ -3,7 +3,7 @@ export default [
id: 'meilisearch-sync',
type: 'meilisearch',
name: 'Meilisearch 동기화',
cron: '0 12 * * *', // 매일 12시 전체 동기화
cron: '0 0 * * *', // 매일 00시 전체 동기화
enabled: true,
},
{