milo perf

This commit is contained in:
kepler155c
2018-10-29 16:04:41 -04:00
parent ff892dfac2
commit 46ed01630d
7 changed files with 75 additions and 52 deletions

View File

@@ -37,7 +37,7 @@ local function client(socket)
end
debug('remote: ' .. data.request)
if data.request == 'list' then
local items = Milo:refreshItems()
local items = Milo:listItems()
Milo:mergeResources(items)
socket:write(items)