diff --git a/milo/core/listing.lua b/milo/core/listing.lua index afd359c..5d5c796 100644 --- a/milo/core/listing.lua +++ b/milo/core/listing.lua @@ -370,8 +370,9 @@ function page:defrag() local throttle = function() self.throttle:update() end self.throttle:enable() - context.storage:defrag(throttle) + local saved = context.storage:defrag(throttle) self.throttle:disable() + self:notifyInfo(("Saved %d slots"):format(saved)) end function page:applyFilter()