app tweaks

This commit is contained in:
kepler155c@gmail.com
2018-12-03 15:40:51 -05:00
parent 93d2aa331c
commit a49d2d820d
4 changed files with 38 additions and 62 deletions

View File

@@ -15,7 +15,6 @@ function Storage:init(nodes)
dirty = true,
activity = { },
storageOnline = true,
lastRefresh = os.clock(),
}
Util.merge(self, defaults)
@@ -148,7 +147,6 @@ end
function Storage:refresh(throttle)
self.dirty = true
self.lastRefresh = os.clock()
_G._debug('STORAGE: Forcing full refresh')
for _, adapter in self:onlineAdapters() do
adapter.dirty = true