app tweaks
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user