Stop trying to clear buffer on load. It doesn't work.
This commit is contained in:
parent
656e317b92
commit
e8befaba6f
@ -173,6 +173,5 @@ local function indexer_thread()
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
clear_buffer()
|
|
||||||
w.init()
|
w.init()
|
||||||
parallel.waitForAll(function() os.queueEvent("reindex") w.serve(server, "storage") end, indexer_thread)
|
parallel.waitForAll(function() os.queueEvent("reindex") w.serve(server, "storage") end, indexer_thread)
|
Loading…
x
Reference in New Issue
Block a user