Iron Furnaces downloads content from web; firewall causes world crash with default 60 second watchdog
JoshuaRowePhantom opened this issue ยท 4 comments
Config.getPlayer tries to download content from the web. When a firewall is installed, this causes a long stall that triggers the world watchdog.
Set your max-tick-time = -1 in server.properties, this will disable it. Or you can set it to a number larger than the default if you don't want to disable it.
Thanks. I set to 180000 (3 minutes) and this worked to get a player into the world. I do still think the mod author should remove this code.