13
0
geforkt von Mirrors/Velocity
Velocity/proxy/src
Andrew Steinborn b0988bc50a Add a hard cap of 200 threads to VelocityScheduler
This is a more realistic (generalized) solution for #943. Fundamentally, a plugin should not be spawning an unbounded number of asynchronous task execution units on demand from the user - an invariant Velocity itself enforces. However, since this practice is so commonplace, it makes sense that we would need to have some upper cap to at least make the practice safer than it currently is.
2023-02-18 16:20:12 -05:00
..
main Add a hard cap of 200 threads to VelocityScheduler 2023-02-18 16:20:12 -05:00
test/java/com/velocitypowered/proxy Switch all Guava Cache uses to Caffeine 2023-01-01 19:05:13 -05:00