pop4959 / Chunky

Pre-generates chunks, quickly, efficiently, and safely.
GNU General Public License v3.0
556 stars 63 forks source link

Feature to Slow Chunk Generation #324

Closed stricq closed 6 months ago

stricq commented 6 months ago

Rather than running as fast as possible, I would like to throttle chunk generation to a maximum number of chunks per second.

pop4959 commented 6 months ago

I don't really recommend this for a number of reasons, but if you must there are technically already flags that you can add to force this sort of rate limiting behaviour.

Usually trying to throttle the speed will not fix whatever crashes or stability issues you are running into. I would advise asking for help in troubleshooting in our Discord server if that is the case. We're always willing to help with these sorts of issues or help figure out why you are not able to get the best performance out of the pre-generating process.