Random Server Crash when players explore
FryoKnight opened this issue ยท 4 comments
Thank you for helping us improve.
Please follow the issue template, and do not delete any part of it.
Failure to comply will result in the issue being closed.
Issue Description
When players start explore, the server randomly crashes.
Modpack version (Do not use "latest")
1.46, 1.47a, 1.49
Logs
Crash Log on Pastebin.
Screenshots
N/A
Additional context
This normally occurs when people start exploring new Chunks, and when there is 2 or more players.
It seems recurrent complex is trying to generate structures, but with several people exploring at once, and no pregenerated terrain. It's taking too long so the server stops automatically after hanging for 60sec.
Yep, what Nazta said. Set player-tick-time to 0 in serverproperties :)
What is "player-tick-time" though?
Edit:
Nvm, I believe you meant the "max-tick-time" setting.