Skip to content

Commit 7208116

Browse files
pdillingerfacebook-github-bot
authored andcommitted
Update API comments for mutable tiering options (#13642)
Summary: Mutable as described in 9.11 release notes Pull Request resolved: #13642 Test Plan: already tested in tiered_compaction_test; search for ApplyConfigChange Reviewed By: jowlyzhang Differential Revision: D75458238 Pulled By: pdillinger fbshipit-source-id: a2aa7273dbdc7be95aceed76edf502f883130172
1 parent 11631c0 commit 7208116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/rocksdb/advanced_options.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ struct AdvancedColumnFamilyOptions {
863863
//
864864
// Default: 0 (disable the feature)
865865
//
866-
// Not dynamically changeable, change it requires db restart.
866+
// Dynamically changeable through the SetOptions() API
867867
uint64_t preclude_last_level_data_seconds = 0;
868868

869869
// EXPERIMENTAL
@@ -886,7 +886,7 @@ struct AdvancedColumnFamilyOptions {
886886
//
887887
// Default: 0 (disable the feature)
888888
//
889-
// Not dynamically changeable, change it requires db restart.
889+
// Dynamically changeable through the SetOptions() API
890890
uint64_t preserve_internal_time_seconds = 0;
891891

892892
// When set, large values (blobs) are written to separate blob files, and

0 commit comments

Comments
 (0)