From c0dee851c32f7afebb202856a8da36aeb87ee694 Mon Sep 17 00:00:00 2001 From: Mark Callaghan Date: Thu, 4 Dec 2014 10:34:06 -0800 Subject: [PATCH] Improve formatting, add missing newlines Summary: Improve formatting Task ID: # Blame Rev: Test Plan: make Revert Plan: Database Impact: Memcache Impact: Other Notes: EImportant: - begin *PUBLIC* platform impact section - Bugzilla: # - end platform impact - Reviewers: igor Reviewed By: igor Subscribers: dhruba Differential Revision: https://reviews.facebook.net/D29829 --- include/rocksdb/options.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/rocksdb/options.h b/include/rocksdb/options.h index 09b72ca6b..054d2c3e1 100644 --- a/include/rocksdb/options.h +++ b/include/rocksdb/options.h @@ -322,6 +322,7 @@ struct ColumnFamilyOptions { // // Dynamically changeable through SetOptions() API uint64_t target_file_size_base; + // By default target_file_size_multiplier is 1, which means // by default files in different levels will have similar size. // @@ -341,6 +342,7 @@ struct ColumnFamilyOptions { // // Dynamically changeable through SetOptions() API uint64_t max_bytes_for_level_base; + // Default: 10. // // Dynamically changeable through SetOptions() API