Package server.restful.common
Schnittstelle IServletSystemProperties.StilServlet
- Umschließende Schnittstelle:
IServletSystemProperties
public static interface IServletSystemProperties.StilServlet
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intStil: maximum number of requests in parallel (default: 16)static final intStil: Asynchronous servlets default timeout in ms (0 means disable, default: 60s)
-
Felddetails
-
MAX_STIL_IN_PARALLEL
static final int MAX_STIL_IN_PARALLELStil: maximum number of requests in parallel (default: 16)- System Property:
- jsidplay2.stil.max.parallel
-
STIL_ASYNC_TIMEOUT
static final int STIL_ASYNC_TIMEOUTStil: Asynchronous servlets default timeout in ms (0 means disable, default: 60s)- System Property:
- jsidplay2.stil.async.timeout
-