Commit 565a742f authored by Ramon Nou's avatar Ramon Nou
Browse files

Temp remove inline

parent c1f55812
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {