Schnittstelle IServletSystemProperties.RandomAutoPlayServlet

Umschließende Schnittstelle:
IServletSystemProperties

public static interface IServletSystemProperties.RandomAutoPlayServlet
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    RandomAutoPlay Maximum number of requests in parallel (default: 50)
    static final int
    RandomAutoPlay: maximum number of requests in parallel (default: 7)
    static final int
    RandomAutoPlay: maximum number of idle requests waiting to come alive (default: 7)
    static final int
    RandomAutoPlay: Asynchronous servlets default timeout in ms (0 means disable, default: 6s)
    static final int
    RandomAutoPlay: Maximum time for idle threads to wait to start recognition until they get alive (default: 60s)
    static final int
    RandomAutoPlay Maximum number of requests waiting for recognition until they get rejected (default: 50)
  • Felddetails

    • MAX_RANDOM_AUTOPLAY

      static final int MAX_RANDOM_AUTOPLAY
      RandomAutoPlay Maximum number of requests in parallel (default: 50)
      System Property:
      jsidplay2.randomautoplay.max.parallel
    • RANDOM_AUTOPLAY_ASYNC_TIMEOUT

      static final int RANDOM_AUTOPLAY_ASYNC_TIMEOUT
      RandomAutoPlay: Asynchronous servlets default timeout in ms (0 means disable, default: 6s)
      System Property:
      jsidplay2.randomautoplay.async.timeout
    • MAX_RANDOM_AUTOPLAY_IN_PARALLEL_CORE

      static final int MAX_RANDOM_AUTOPLAY_IN_PARALLEL_CORE
      RandomAutoPlay: maximum number of idle requests waiting to come alive (default: 7)
      System Property:
      jsidplay2.randomautoplay.max.parallel.core
    • MAX_RANDOM_AUTOPLAY_IN_PARALLEL

      static final int MAX_RANDOM_AUTOPLAY_IN_PARALLEL
      RandomAutoPlay: maximum number of requests in parallel (default: 7)
      System Property:
      jsidplay2.randomautoplay.max.parallel
    • RANDOM_AUTOPLAY_KEEPALIVE_TIME

      static final int RANDOM_AUTOPLAY_KEEPALIVE_TIME
      RandomAutoPlay: Maximum time for idle threads to wait to start recognition until they get alive (default: 60s)
      System Property:
      jsidplay2.randomautoplay.time
    • RANDOM_AUTOPLAY_QUEUE_SIZE

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