Nuclear Control 2

Nuclear Control 2

6M Downloads

onTick() { new Request(new URL("http://sensors.modstats.org/api/v1/report")) }

HenryLoenwind opened this issue ยท 3 comments

commented

I may read this wrong, but to me it seems this mod calls that URL once every tick server-side. And when the web-server is down, the mc-server slows down to a crawl, too.

ServerTickHandler.java, line 43, going to HttpCardSender.java line 41, to Request.java line 49.

image

commented

PS: (FYI) I just added sensors.modstats.org to my /etc/hosts, routing it to localhost (which rejects those connections). Now my Minecraft is no longer at 0 fps.

commented

Feel free to go for it DMF444 :P sensors.modstats is down anyway.

commented

I believe you're correct, more than likely, until a server is found, I may as well just comment that out, of course with @xbony2 's approval.