Draco18s / HarderStuff

Tweaking vanilla and making it more interesting
8 stars 2 forks source link

[Request] Add config variable to prevent chunk rescanning #25

Open Eb- opened 8 years ago

Eb- commented 8 years ago

A week ago, I pre-generated a world in preparation for a upcoming server. Since then it's been re-scanning chunks for ores nonstop. Can we have a configuration option to prevent chunk re-scanning? The server tends to last for about 8 hours before it crawls to a halt from the scanning (I think).

The server does not have any players in it, or any player built structures. I have not opened the server to the public yet.

Additionally, can re-scanning be configured to be done when a chunk is loaded instead of loading a chunk to scan it?

Draco18s commented 8 years ago

I don't know what's up with the infinite rescan problem. Everything I've done I've done to try and address that problem.

As for doing it when the chunk is loaded instead of pushing to a queue: yeah, that caused MORE of a problem.

Eb- commented 8 years ago

Fair enough, any chance of a config option to disable it?

Draco18s commented 8 years ago

Not quickly. Working on the 1.10 update currently.

wormzjl commented 7 years ago

ok so this is why I keeps getting "XXX chunks remain to be rescanned for ores."

Draco18s commented 7 years ago

@wormzjl essentially, yes.