1
0
Fork 0
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:
Roman Gershman 2023-12-11 09:31:54 +02:00 committed by GitHub
parent ff562897eb
commit c183bf69aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
helio

@ -1 +1 @@
Subproject commit 1695b324146b1b1341fa46fa3e35c694cd04e14c
Subproject commit 8ec2ad01e31d4846a330921f828395e44b1c7e0f

View file

@ -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];