From a9ba39df2a41e999d1cf15597df632beedc7b2f5 Mon Sep 17 00:00:00 2001 From: Nathan Hoad Date: Mon, 18 May 2026 15:23:53 -0400 Subject: [PATCH] common: Fix the default for rgw_gc_max_queue_size, per review. This should be 1KB short of the maximum, not 3MB over. Signed-off-by: Nathan Hoad --- src/common/options/rgw.yaml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/options/rgw.yaml.in b/src/common/options/rgw.yaml.in index b52d85d758a..fd3759e3fc8 100644 --- a/src/common/options/rgw.yaml.in +++ b/src/common/options/rgw.yaml.in @@ -1968,7 +1968,7 @@ options: desc: Maximum allowed queue size for gc long_desc: The maximum allowed size of each gc queue, and its value should not be greater than osd_max_object_size - 1K. - default: 134068_K + default: 131071_K services: - rgw see_also: -- 2.47.3