From ce1b4988a4de04854e016e022becb9050700eba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Parmentier?= Date: Fri, 29 Nov 2024 11:15:16 +0100 Subject: [PATCH] fix(data-computer): Reduce default concurrency --- services/data-computer/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/data-computer/config.json b/services/data-computer/config.json index 2f03b433..4f073d84 100644 --- a/services/data-computer/config.json +++ b/services/data-computer/config.json @@ -3,7 +3,7 @@ "EZS_TITLE": "Calculs sur fichier corpus compressé", "EZS_DESCRIPTION": "Algorithmes de calculs sur un corpus compressé", "EZS_METRICS": true, - "EZS_CONCURRENCY": 4, + "EZS_CONCURRENCY": 2, "EZS_CONTINUE_DELAY": 18000, "EZS_PIPELINE_DELAY": 10800, "EZS_NSHARDS": 32, @@ -12,4 +12,4 @@ "NODE_OPTIONS": "--max_old_space_size=1024", "NODE_ENV": "production" } -} +} \ No newline at end of file