mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
chore: update helio (#2286)
Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
parent
ff562897eb
commit
c183bf69aa
2 changed files with 2 additions and 2 deletions
2
helio
2
helio
|
@ -1 +1 @@
|
|||
Subproject commit 1695b324146b1b1341fa46fa3e35c694cd04e14c
|
||||
Subproject commit 8ec2ad01e31d4846a330921f828395e44b1c7e0f
|
|
@ -580,7 +580,7 @@ bool TieredStorage::FlushPending(DbIndex db_index, unsigned bin_index) {
|
|||
|
||||
DCHECK_EQ(res % kBlockLen, 0u);
|
||||
|
||||
off64_t file_offset = res;
|
||||
int64_t file_offset = res;
|
||||
PrimeTable* pt = db_slice_.GetTables(db_index).first;
|
||||
auto& bin_record = db->bin_map[bin_index];
|
||||
|
||||
|
|
Loading…
Reference in a new issue