Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gc: remove unneccessary full repo scan
GetStorageUsage() is super expensive as it involves a full repo scan, and it's already bad enough that we have do it once. The call that's being removed here is purely for cosmetical purposes: printing the number of bytes freed by the GC run. Let's drop it. License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
- Loading branch information