diff --git a/include/rocksdb/advanced_options.h b/include/rocksdb/advanced_options.h index d810bedf3..ab14bff47 100644 --- a/include/rocksdb/advanced_options.h +++ b/include/rocksdb/advanced_options.h @@ -787,7 +787,8 @@ struct AdvancedColumnFamilyOptions { // amplification for large-value use cases at the cost of introducing a level // of indirection for reads. See also the options min_blob_size, // blob_file_size, blob_compression_type, enable_blob_garbage_collection, - // and blob_garbage_collection_age_cutoff below. + // blob_garbage_collection_age_cutoff, and + // blob_garbage_collection_force_threshold below. // // Default: false // @@ -828,7 +829,8 @@ struct AdvancedColumnFamilyOptions { // compaction. Valid blobs residing in blob files older than a cutoff get // relocated to new files as they are encountered during compaction, which // makes it possible to clean up blob files once they contain nothing but - // obsolete/garbage blobs. See also blob_garbage_collection_age_cutoff below. + // obsolete/garbage blobs. See also blob_garbage_collection_age_cutoff and + // blob_garbage_collection_force_threshold below. // // Default: false //