fix: Meilisearch 동기화 시간을 00시로 변경
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
78eb513c28
commit
46295a5f15
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ export default [
|
||||||
id: 'meilisearch-sync',
|
id: 'meilisearch-sync',
|
||||||
type: 'meilisearch',
|
type: 'meilisearch',
|
||||||
name: 'Meilisearch 동기화',
|
name: 'Meilisearch 동기화',
|
||||||
cron: '0 12 * * *', // 매일 12시 전체 동기화
|
cron: '0 0 * * *', // 매일 00시 전체 동기화
|
||||||
enabled: true,
|
enabled: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue