@@ -277,6 +277,10 @@ function Storage:listItems(throttle)
|
|||||||
chunk = {}
|
chunk = {}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if #chunk > 0 then
|
||||||
|
parallel.waitForAll(table.unpack(chunk))
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
for _, adapter in self:onlineAdapters() do
|
for _, adapter in self:onlineAdapters() do
|
||||||
|
|||||||
Reference in New Issue
Block a user