Schnittstelle IServletSystemProperties.KeyEventSuggestServlet

Umschließende Schnittstelle:
IServletSystemProperties

public static interface IServletSystemProperties.KeyEventSuggestServlet
  • Felddetails

    • MAX_KEY_EVENT_SUGGEST

      static final int MAX_KEY_EVENT_SUGGEST
      KeyEventSuggest Maximum number of requests in parallel (default: 50)
      System Property:
      jsidplay2.keyeventsuggest.max.parallel
    • KEY_EVENT_SUGGEST_ASYNC_TIMEOUT

      static final int KEY_EVENT_SUGGEST_ASYNC_TIMEOUT
      KeyEventSuggest: Asynchronous servlets default timeout in ms (0 means disable, default: 6s)
      System Property:
      jsidplay2.keyeventsuggest.async.timeout
    • MAX_KEY_EVENT_SUGGEST_IN_PARALLEL_CORE

      static final int MAX_KEY_EVENT_SUGGEST_IN_PARALLEL_CORE
      KeyEventSuggest: maximum number of idle requests waiting to come alive (default: 7)
      System Property:
      jsidplay2.keyeventsuggest.max.parallel.core
    • MAX_KEY_EVENT_SUGGEST_IN_PARALLEL

      static final int MAX_KEY_EVENT_SUGGEST_IN_PARALLEL
      KeyEventSuggest: maximum number of requests in parallel (default: 7)
      System Property:
      jsidplay2.keyeventsuggest.max.parallel
    • KEY_EVENT_SUGGEST_KEEPALIVE_TIME

      static final int KEY_EVENT_SUGGEST_KEEPALIVE_TIME
      KeyEventSuggest: Maximum time for idle threads to wait to start recognition until they get alive (default: 60s)
      System Property:
      jsidplay2.keyeventsuggest.time
    • KEY_EVENT_SUGGEST_QUEUE_SIZE

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