Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-10694

Improve Timeout Management in Html5 DnD

    XMLWordPrintable

    Details

    • Upgrade notes:
      Hide

      There are 3 timeouts (expressed in milliseconds) that are configurable server wide using system properties or nuxeo.conf entries:

      • org.nuxeo.dnd.extendedmode.timeout (default 2000) defines after how long the drop zone switches to extended import mode with metadata.
      • org.nuxeo.dnd.upload.timeout (default 30000) defines the timeout for the upload of a single file to the server (into a temporary storage).
      • org.nuxeo.dnd.exec.timeout (default 30000) defines the timeout for the execution, after all files have been uploaded, of the actual addition of the files to the document and related processing.
      Show
      There are 3 timeouts (expressed in milliseconds) that are configurable server wide using system properties or nuxeo.conf entries: org.nuxeo.dnd.extendedmode.timeout (default 2000) defines after how long the drop zone switches to extended import mode with metadata. org.nuxeo.dnd.upload.timeout (default 30000) defines the timeout for the upload of a single file to the server (into a temporary storage). org.nuxeo.dnd.exec.timeout (default 30000) defines the timeout for the execution, after all files have been uploaded, of the actual addition of the files to the document and related processing.

      Description

      • Make it easy to configure all http related timeouts :
        • upload timeout
        • execution timeout
      • Propagate client side timeout to the server side Tx timeout for automation exec
      • Make it easy to configure the extended Mode switch

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: