From f95f761a05963dccf700392df87c105ef0a4a115 Mon Sep 17 00:00:00 2001 From: Yingrong Zhao <22300958+VinozzZ@users.noreply.github.com> Date: Thu, 16 May 2024 17:33:30 -0400 Subject: [PATCH] fix: ReaperBatchSize should be a int type (#1150) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Which problem is this PR solving? - the configMeta type for ReaperBatchSize was wrong ## Short description of the changes - --- config/metadata/configMeta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/metadata/configMeta.yaml b/config/metadata/configMeta.yaml index e1567199bc..32abfeec9c 100644 --- a/config/metadata/configMeta.yaml +++ b/config/metadata/configMeta.yaml @@ -1978,7 +1978,7 @@ groups: - name: ReaperBatchSize firstVersion: v3.0 - type: duration + type: int valuetype: nondefault default: 500 reload: false