Skip to content

Commit 86f4ebc

Browse files
committed
update docs
1 parent eeb894b commit 86f4ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/hsfs/feature_group.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3291,7 +3291,7 @@ def delta_vacuum(
32913291
# get the Feature Group instance
32923292
fg = fs.get_or_create_feature_group(...)
32933293
3294-
commit_details = fg.delta_vacuum(retention_hours = 100)
3294+
commit_details = fg.delta_vacuum(retention_hours = 168)
32953295
32963296
# Arguments
32973297
retention_hours: User provided retention period. The default retention threshold for the files is 7 days.

0 commit comments

Comments
 (0)