Package server.restful.common
Schnittstelle IServletSystemProperties.PhotoServlet
- Umschließende Schnittstelle:
IServletSystemProperties
public static interface IServletSystemProperties.PhotoServlet
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intPhoto: maximum number of requests in parallel (default: 16)static final intPhoto: Asynchronous servlets default timeout in ms (0 means disable, default: 60s)
-
Felddetails
-
MAX_PHOTO_IN_PARALLEL
static final int MAX_PHOTO_IN_PARALLELPhoto: maximum number of requests in parallel (default: 16)- System Property:
- jsidplay2.photo.max.parallel
-
PHOTO_ASYNC_TIMEOUT
static final int PHOTO_ASYNC_TIMEOUTPhoto: Asynchronous servlets default timeout in ms (0 means disable, default: 60s)- System Property:
- jsidplay2.photo.async.timeout
-