Uploaded image for project: 'Nuxeo JS Client'
  1. Nuxeo JS Client
  2. NXJS-23

Improve timeout handling

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 0.20.0
    • Component/s: jQuery, Node.js

      Description

      Add 2 configuration parameters, transactionTimeout and httpTimeout, to split the http timeout from the Nuxeo transaction timeout.

      They should be set like this:

      transactionTimeout = transactionTimeout || timeout;
      httpTimeout = httpTimeout || (5 + transactionTimeout)
      

        Attachments

          Activity

            People

            • Assignee:
              troger Thomas Roger
              Reporter:
              troger Thomas Roger
              Participants:
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: