From 27f482bd9b6e96ebff5b8f1eb4b62b49dda46553 Mon Sep 17 00:00:00 2001 From: Derek Su Date: Fri, 16 Jun 2023 10:14:28 +0800 Subject: [PATCH] Reduce BackupConcurrentLimit and RestoreConcurrentLimit to 2 Longhorn 6135 Signed-off-by: Derek Su --- chart/questions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/questions.yaml b/chart/questions.yaml index e375f44..2652d7f 100644 --- a/chart/questions.yaml +++ b/chart/questions.yaml @@ -677,14 +677,14 @@ Set the value to **0** to disable backup restore." group: "Longhorn Default Settings" type: int min: 1 - default: 5 + default: 2 - variable: defaultSettings.restoreConcurrentLimit label: Restore Concurrent Limit Per Backup description: "This setting controls how many worker threads per restore concurrently." group: "Longhorn Default Settings" type: int min: 1 - default: 5 + default: 2 - variable: defaultSettings.v2DataEngine label: V2 Data Engine description: "This allows users to activate v2 data engine based on SPDK. Currently, it is in the preview phase and should not be utilized in a production environment.