Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit a944895

Browse files
authored
CORTX-33999:changed rgw gc obj min wait time to 15 minutes from 2 hours (#121)
Signed-off-by: Sachitanand Shelake <[email protected]> Signed-off-by: Sachitanand Shelake <[email protected]>
1 parent 5acbb42 commit a944895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/cortx_rgw.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# GC configuration parameters
2020
rgw enable gc threads = true
21-
rgw gc obj min wait = 7200 # 2hours
21+
rgw gc obj min wait = 900 # 15 minutes
2222
rgw gc processor period = 3600 # 1hour
2323
rgw gc max concurrent io = 1
2424
rgw gc max trim chunk = 256

0 commit comments

Comments
 (0)