Package server.restful.common
Schnittstelle IServletSystemProperties.DownloadServlet
- Umschließende Schnittstelle:
IServletSystemProperties
public static interface IServletSystemProperties.DownloadServlet
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intDownload: Asynchronous servlets default timeout in ms (0 means disable, default: 60s)static final intDownload: maximum number of requests in parallel (default: 16)
-
Felddetails
-
MAX_DOWNLOAD_IN_PARALLEL
static final int MAX_DOWNLOAD_IN_PARALLELDownload: maximum number of requests in parallel (default: 16)- System Property:
- jsidplay2.download.max.parallel
-
DOWNLOAD_ASYNC_TIMEOUT
static final int DOWNLOAD_ASYNC_TIMEOUTDownload: Asynchronous servlets default timeout in ms (0 means disable, default: 60s)- System Property:
- jsidplay2.download.async.timeout
-