File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/lib/homestore_backend Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 99
1010class HomeObjectConan (ConanFile ):
1111 name = "homeobject"
12- version = "2.3.19 "
12+ version = "2.3.20 "
1313
1414 homepage = "https://github.com/eBay/HomeObject"
1515 description = "Blob Store built on HomeReplication"
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ class HSHomeObject : public HomeObjectImpl {
4545 inline static auto const _snp_rcvr_meta_name = std::string(" SnapshotReceiver" );
4646 inline static auto const _snp_rcvr_shard_list_meta_name = std::string(" SnapshotReceiverShardList" );
4747 static constexpr uint64_t HS_CHUNK_SIZE = 2 * Gi;
48- static constexpr uint32_t _data_block_size = 1024 ;
48+ static constexpr uint32_t _data_block_size = 4096 ;
4949 static uint64_t _hs_chunk_size;
5050 uint32_t _hs_reserved_blks = 0 ;
5151 // /
You can’t perform that action at this time.
0 commit comments