You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.
I noticed in debugger that I had a ton of "etp" threads. Traced it down to jetty from dynmap.
The code times them out in 60 seconds, but I'm afraid that each thread is eventually popping 1 task off within that 60 seconds to keep each thread alive. I do not see threads closing....
suggest dropping it to like 1-5 seconds so that they can close and only open on burst traffic.
The text was updated successfully, but these errors were encountered:
DynmapCore/src/main/java/org/dynmap/DynmapCore.java
Line 795 in c3cdff4
I noticed in debugger that I had a ton of "etp" threads. Traced it down to jetty from dynmap.
The code times them out in 60 seconds, but I'm afraid that each thread is eventually popping 1 task off within that 60 seconds to keep each thread alive. I do not see threads closing....
suggest dropping it to like 1-5 seconds so that they can close and only open on burst traffic.
The text was updated successfully, but these errors were encountered: