-
gc: remove unneccessary full repo scan · 2836c646
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>
由 Lars Gierth 提交于2836c646
×