mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-08 11:59:48 -04:00
Add missing chunk increment
This commit is contained in:
parent
0baa67c94b
commit
5ac0fe1399
@ -428,6 +428,7 @@ void block_manager_<LoggerPolicy>::segment_and_add_data(
|
||||
<< ", size: " << best.size();
|
||||
|
||||
ino->add_chunk(block_no, best_offset, best.size());
|
||||
prog_.chunk_count++;
|
||||
prog_.saved_by_segmentation += best.size();
|
||||
stats.saved_bytes += best.size();
|
||||
if (best.size() > stats.largest_block) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user