File tree 2 files changed +2
-2
lines changed
src/lib/homestore_backend
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
10
10
class HomeObjectConan (ConanFile ):
11
11
name = "homeobject"
12
- version = "2.3.19 "
12
+ version = "2.3.20 "
13
13
14
14
homepage = "https://github.com/eBay/HomeObject"
15
15
description = "Blob Store built on HomeReplication"
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ class HSHomeObject : public HomeObjectImpl {
45
45
inline static auto const _snp_rcvr_meta_name = std::string(" SnapshotReceiver" );
46
46
inline static auto const _snp_rcvr_shard_list_meta_name = std::string(" SnapshotReceiverShardList" );
47
47
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 = 4 * Ki ;
49
49
static uint64_t _hs_chunk_size;
50
50
uint32_t _hs_reserved_blks = 0 ;
51
51
// /
You can’t perform that action at this time.
0 commit comments