Increase default world gen timeout to 3 minutes (from 60 sec)

This commit is contained in:
James Seibel
2024-06-18 07:12:01 -05:00
parent cd74117de3
commit 9f3de07bd8
2 changed files with 2 additions and 2 deletions
@@ -346,7 +346,7 @@ public final class BatchGenerationEnvironment extends AbstractBatchGenerationEnv
}
else if (event.hasTimeout(Config.Client.Advanced.WorldGenerator.worldGenerationTimeoutLengthInSeconds.get(), TimeUnit.SECONDS))
{
EVENT_LOGGER.error("Batching World Generator: " + event + " timed out and terminated!");
EVENT_LOGGER.error("Batching World Generator: " + event + " timed out and terminated! Please lower your CPU load.");
EVENT_LOGGER.info("Dump PrefEvent: " + event.timer);
try
{