From 5562cfa38ea57f9152266cac874f7b30ab7436cf Mon Sep 17 00:00:00 2001 From: Akash Chandra Date: Mon, 28 Oct 2024 16:52:58 +0530 Subject: [PATCH] Fix: TOOLS-2979 sindex-stage-size allow as size field (#60) --- asconfig/utils.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/asconfig/utils.go b/asconfig/utils.go index c01e065..3fc2e18 100644 --- a/asconfig/utils.go +++ b/asconfig/utils.go @@ -750,7 +750,8 @@ func isSizeOrTime(key string) (bool, humanize) { "stop-writes-count", "stop-writes-size", "mounts-budget", "data-size", "quarantine-allocations", "flush-size", - "post-write-cache", "indexes-memory-budget": + "post-write-cache", "indexes-memory-budget", + "sindex-stage-size": return true, deHumanizeSize default: