From d02c85497140641dff5318ee458d1d6fee1a6859 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 2 Apr 2025 14:55:59 +0200 Subject: [PATCH] fix: full deployment tika description is wrong (#553) --- deployments/examples/opencloud_full/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/examples/opencloud_full/.env b/deployments/examples/opencloud_full/.env index 2bf7e6e7a2..dc1ca373f5 100644 --- a/deployments/examples/opencloud_full/.env +++ b/deployments/examples/opencloud_full/.env @@ -159,7 +159,7 @@ COMPANION_ONEDRIVE_SECRET= ## Default Enabled Services ## ### Apache Tika Content Analysis Toolkit ### -# Tika (search) is enabled by default, comment if not required. +# Tika (search) is disabled by default due to performance reasons. # Note: the leading colon is required to enable the service. #TIKA=:tika.yml # Set the desired docker image tag or digest.