We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you set this setting to:
MaxCoreStuckTime Description: Time (in seconds) before the server is forced to crash if it is frozen. Default: 0 - (Disabled) 10+ - (Enabled, Recommended 10+)
MaxCoreStuckTime = 12
Then the server crashes as soon as it tries to save a player report.
If you increase the time, it works but it may become a problem with more players.
The text was updated successfully, but these errors were encountered:
Moved onStartup hook under Master.cpp to avoid issues with freezing c…
b1c5c2a
…heck
No branches or pull requests
If you set this setting to:
MaxCoreStuckTime = 12
Then the server crashes as soon as it tries to save a player report.
If you increase the time, it works but it may become a problem with more players.
The text was updated successfully, but these errors were encountered: