From 46295a5f156db72d67a45b91abe95bbce3b12ca7 Mon Sep 17 00:00:00 2001 From: caadiq Date: Thu, 5 Feb 2026 18:06:07 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20Meilisearch=20=EB=8F=99=EA=B8=B0?= =?UTF-8?q?=ED=99=94=20=EC=8B=9C=EA=B0=84=EC=9D=84=2000=EC=8B=9C=EB=A1=9C?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.5 --- backend/src/config/bots.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }, {