freeminer
freeminer copied to clipboard
Fast /clearobjects
Should work instantly.
/clearobjects always took forever, so a speed update sounds good to me!
max_clearobjects_extra_loaded_blocks=100 ? by default it = 4096
no, we'll have to remake it completely.
What about saving all objects in other database?
Actually it can be a little bit optimized by using std::vector instead of std::list in Map::listAllLoadedBlocks and Map::listAllLoadableBlock.