From facf694d69192b48a06cca3419339b5683c5d324 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 3 Apr 2025 09:34:31 +0200 Subject: [PATCH] Update meillisearch.json --- frontend/public/json/meillisearch.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/frontend/public/json/meillisearch.json b/frontend/public/json/meillisearch.json index f943b5a..0d27d92 100644 --- a/frontend/public/json/meillisearch.json +++ b/frontend/public/json/meillisearch.json @@ -4,7 +4,7 @@ "categories": [ 8 ], - "date_created": "2025-03-21", + "date_created": "2025-04-03", "type": "ct", "updateable": true, "privileged": false, @@ -20,8 +20,8 @@ "resources": { "cpu": 2, "ram": 4096, - "hdd": 5, - "os": "debian", + "hdd": 7, + "os": "Debian", "version": "12" } } @@ -34,6 +34,10 @@ { "text": "Meilisearch-UI can optionally be installed for a web-based search interface", "type": "info" + }, + { + "text": "Meilisearch-UI has early development status and can caused performance issues", + "type": "warn" } ] }