Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add warning for negative IO delta values (kaspanet#277)
Added a warning message in case the new IO read or write bytes values are less than the previous values. This was done using the unwrap_or_else() function to prevent the program from potentially crashing when the subtraction operation results in a negative value.
- Loading branch information