...
- The
className
is the Java class used for the implementation. Set it toorg.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve
. - The
threshold
is the minimum duration in seconds after which a thread is considered stuck. The default value is 600 seconds.
Note |
---|
This configuration works only works for servlet transport. |