fix: parallel fix 2 #47

Merged
Lemmmy merged 1 commits from patch-2 into develop-1.8 2020-09-29 17:18:57 -04:00

View File

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