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

@@ -1,7 +1,5 @@
local Milo = require('milo')
-- Do a full scan of inventories every minute
local RefreshTask = {
name = 'refresher',
priority = 0,
@@ -20,10 +18,6 @@ function RefreshTask:cycle(context)
end
end
end
-- if os.clock() - context.storage.lastRefresh > 60 then
-- context.storage:refresh()
-- end
end
Milo:registerTask(RefreshTask)