Loading include/config.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -134,7 +134,7 @@ constexpr auto implicit_data_removal = true; // Check for existence of file metadata before create. This done on RocksDB // level constexpr auto create_exist_check = true; constexpr auto use_inline_data = true; constexpr auto use_inline_data = false; constexpr auto inline_data_size = 4096; // in bytes } // namespace metadata namespace data { Loading Loading
include/config.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -134,7 +134,7 @@ constexpr auto implicit_data_removal = true; // Check for existence of file metadata before create. This done on RocksDB // level constexpr auto create_exist_check = true; constexpr auto use_inline_data = true; constexpr auto use_inline_data = false; constexpr auto inline_data_size = 4096; // in bytes } // namespace metadata namespace data { Loading