currently the Max thread in runwar is hardcode at 30 https://github.com/cfmlprojects/runwar/blob/a233cd3f343b27250e8d9fc2724f0cccbb2dc784/src/main/java/runwar/Server.java#L376 is there any possibility to add the configuration for this? so we can set the value whatever we want.
currently the Max thread in runwar is hardcode at 30
runwar/src/main/java/runwar/Server.java
Line 376 in a233cd3
is there any possibility to add the configuration for this? so we can set the value whatever we want.