Pyrbu / ZNPCsPlus

A Spigot plugin for creating interactable fake entities
https://www.spigotmc.org/resources/znpcsplus.109380/
GNU General Public License v3.0
118 stars 29 forks source link

fix: update checker timeout #146

Closed SirSalad closed 3 months ago

SirSalad commented 4 months ago

Had an interesting crash where the server hit process limits, and the update checker (among other things), stood out to me, with ~150 indefinitely blocked threads

This PR removes robertlit/SpigotResourcesAPI and replaces its functionality with a direct http request, configured with a timeout

image