Schnittstelle IServletSystemProperties.EndEventSuggestServlet

Umschließende Schnittstelle:
IServletSystemProperties

public static interface IServletSystemProperties.EndEventSuggestServlet
  • Felddetails

    • MAX_END_EVENT_SUGGEST

      static final int MAX_END_EVENT_SUGGEST
      EndEventSuggest Maximum number of requests in parallel (default: 50)
      System Property:
      jsidplay2.endeventsuggest.max.parallel
    • END_EVENT_SUGGEST_ASYNC_TIMEOUT

      static final int END_EVENT_SUGGEST_ASYNC_TIMEOUT
      EndEventSuggest: Asynchronous servlets default timeout in ms (0 means disable, default: 6s)
      System Property:
      jsidplay2.endeventsuggest.async.timeout
    • MAX_END_EVENT_SUGGEST_IN_PARALLEL_CORE

      static final int MAX_END_EVENT_SUGGEST_IN_PARALLEL_CORE
      EndEventSuggest: maximum number of idle requests waiting to come alive (default: 7)
      System Property:
      jsidplay2.endeventsuggest.max.parallel.core
    • MAX_END_EVENT_SUGGEST_IN_PARALLEL

      static final int MAX_END_EVENT_SUGGEST_IN_PARALLEL
      EndEventSuggest: maximum number of requests in parallel (default: 7)
      System Property:
      jsidplay2.endeventsuggest.max.parallel
    • END_EVENT_SUGGEST_KEEPALIVE_TIME

      static final int END_EVENT_SUGGEST_KEEPALIVE_TIME
      EndEventSuggest: Maximum time for idle threads to wait to start recognition until they get alive (default: 60s)
      System Property:
      jsidplay2.endeventsuggest.time
    • END_EVENT_SUGGEST_QUEUE_SIZE

      static final int END_EVENT_SUGGEST_QUEUE_SIZE
      EndEventSuggest Maximum number of requests waiting for recognition until they get rejected (default: 50)
      System Property:
      jsidplay2.endeventsuggest.queue.size