Stop trying to clear buffer on load. It doesn't work.

This commit is contained in:
osmarks 2018-07-27 12:42:33 +01:00
parent 656e317b92
commit e8befaba6f
1 changed files with 0 additions and 1 deletions

View File

@ -173,6 +173,5 @@ local function indexer_thread()
end
end
clear_buffer()
w.init()
parallel.waitForAll(function() os.queueEvent("reindex") w.serve(server, "storage") end, indexer_thread)