Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The className is the Java class name used for the implementation. This must be set to org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.
  • The threshold gives the minimum duration in seconds after which a thread is considered stuck. Default value is 600 seconds.

Database level settings

Set up the following database indexes in the Identity Server database to improve performance:

  • create index IDX_ITS_LMT on IDN_THRIFT_SESSION (LAST_MODIFIED_TIME);
  • create index IDX_IOAT_AT on IDN_OAUTH2_ACCESS_TOKEN (ACCESS_TOKEN);
Info

If you want to remove unused tokens from the database, see Removing Unused Tokens from the Database.