Schnittstelle IServletSystemProperties.SongLength

Umschließende Schnittstelle:
IServletSystemProperties

public static interface IServletSystemProperties.SongLength
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    SongLength: maximum number of requests in parallel (default: 16)
    static final int
    SongLength: Asynchronous servlets default timeout in ms (0 means disable, default: 60s)
  • Felddetails

    • MAX_SONG_LENGTH_IN_PARALLEL

      static final int MAX_SONG_LENGTH_IN_PARALLEL
      SongLength: maximum number of requests in parallel (default: 16)
      System Property:
      jsidplay2.songlength.max.parallel
    • SONG_LENGTH_ASYNC_TIMEOUT

      static final int SONG_LENGTH_ASYNC_TIMEOUT
      SongLength: Asynchronous servlets default timeout in ms (0 means disable, default: 60s)
      System Property:
      jsidplay2.songlength.async.timeout