Schnittstelle IServletSystemProperties.UploadServlet

Umschließende Schnittstelle:
IServletSystemProperties

public static interface IServletSystemProperties.UploadServlet
  • Felddetails

    • MAX_UPLOADS_IN_PARALLEL

      static final int MAX_UPLOADS_IN_PARALLEL
      Uploads maximum number of requests in parallel (default: 7)
      System Property:
      jsidplay2.upload.max.parallel
    • UPLOAD_ASYNC_TIMEOUT

      static final int UPLOAD_ASYNC_TIMEOUT
      Upload: Asynchronous servlets default timeout in ms (0 means disable, default: 0s)
      System Property:
      jsidplay2.upload.async.timeout
    • UPLOADSERVLET_MAX_REQUEST_SIZE

      static final long UPLOADSERVLET_MAX_REQUEST_SIZE
      Upload servlet: Maximum request size in bytes (default: 17mb)
      Siehe auch:
      System Property:
      jsidplay2.uploadservlet.max.request.size
    • UPLOADSERVLET_MAX_FILE_SIZE

      static final long UPLOADSERVLET_MAX_FILE_SIZE
      Upload servlet: Maximum file size in bytes (default: 17mb)
      Siehe auch:
      System Property:
      jsidplay2.uploadservlet.max.file.size
    • UPLOADSERVLET_FILE_SIZE_THRESHOLD

      static final int UPLOADSERVLET_FILE_SIZE_THRESHOLD
      Upload servlet: File size threshold at which the file will be written to the disk (default: 0)
      Siehe auch:
      System Property:
      jsidplay2.uploadservlet.file.size.threshold