From 2ec0a614acac3d4cf7899f3903df1d4358060c8e Mon Sep 17 00:00:00 2001 From: Viren070 Date: Wed, 12 Feb 2025 01:36:02 +0000 Subject: [PATCH] feat(zilean): enable lucene and use all cores --- compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.yaml b/compose.yaml index 0a7bfb6..83a4889 100644 --- a/compose.yaml +++ b/compose.yaml @@ -310,6 +310,8 @@ services: tty: true environment: Zilean__Database__ConnectionString: Host=postgres;Database=zilean;Username=${POSTGRES_USER};Password=${POSTGRES_PASSWORD};Include Error Detail=true;Timeout=30;CommandTimeout=3600 + Zilean__Imdb__UseAllCores: true + Zilean__Imdb__UseLucene: true healthcheck: test: curl --connect-timeout 10 --silent --show-error --fail http://localhost:8181/healthchecks/ping timeout: 60s