milo: refresh interval
This commit is contained in:
@@ -177,6 +177,7 @@ function Storage:listItems(throttle)
|
||||
local timer = Timer()
|
||||
for _, adapter in self:onlineAdapters() do
|
||||
if adapter.dirty then
|
||||
_G._debug('STORAGE: refreshing ' .. adapter.name)
|
||||
adapter:listItems(throttle)
|
||||
adapter.dirty = false
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user