Package server.restful.common
Schnittstelle IServletSystemProperties.SongLength
- Umschließende Schnittstelle:
IServletSystemProperties
public static interface IServletSystemProperties.SongLength
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intSongLength: maximum number of requests in parallel (default: 16)static final intSongLength: Asynchronous servlets default timeout in ms (0 means disable, default: 60s)
-
Felddetails
-
MAX_SONG_LENGTH_IN_PARALLEL
static final int MAX_SONG_LENGTH_IN_PARALLELSongLength: maximum number of requests in parallel (default: 16)- System Property:
- jsidplay2.songlength.max.parallel
-
SONG_LENGTH_ASYNC_TIMEOUT
static final int SONG_LENGTH_ASYNC_TIMEOUTSongLength: Asynchronous servlets default timeout in ms (0 means disable, default: 60s)- System Property:
- jsidplay2.songlength.async.timeout
-