Where can I configure the 30 sec timeout on large files imports ?
Hello,
Followinfg this post: http://answers.nuxeo.com/questions/33/changing-the-transaction-timeout I've just updated the transaction timeout value in nuxeo.conf but when i try to upload a test file of 500 mo with a drag and drop I get a “request timed out” message This message appears just after the intelligent import step, and occures exactly 30 sec after I click on the “continue” button … Did I miss Something ?
Thanks!
Hello,
since https://jira.nuxeo.com/browse/NXP-10694 you can configure timeouts from your nuxeo.conf with these properties
- org.nuxeo.dnd.upload.timeout : timeout (ms) used when uploading files
- org.nuxeo.dnd.exec.timeout : timeout (ms) used during operation execution
Please read this comment for more information
Thierry