From 02bec8fba40518ed78a09a8d300bd70b1109315d Mon Sep 17 00:00:00 2001 From: Anthony D'Atri Date: Sun, 10 Oct 2021 13:25:00 -0700 Subject: [PATCH] common/options: document rgw_lc_debug_interval configuration option Signed-off-by: Anthony D'Atri --- src/common/options/rgw.yaml.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/common/options/rgw.yaml.in b/src/common/options/rgw.yaml.in index 0cbf397783e..f1800dea484 100644 --- a/src/common/options/rgw.yaml.in +++ b/src/common/options/rgw.yaml.in @@ -406,6 +406,10 @@ options: - name: rgw_lc_debug_interval type: int level: dev + desc: Lifecycle processing interval + long_desc: When set to greater than 0, treat this many seconds as a day. + This facilitates debugging and testing of lifecycle code without lengthy + delays. default: -1 services: - rgw -- 2.47.3