Increase Timeout
-
Hello,
i use jsreport 3.3.0
I have a Timeout error in the development environment, so I tried to increase the response delay to 5 minutes, but jsreport is only waiting for 1 minute. How can I force it to wait longer?
the jsreport.config.json ==>{ "httpPort": 5488, "store": { "provider": "fs" }, "blobStorage": { "provider": "fs" }, "reportTimeout": 300000, "logger": { "console": { "transport": "console", "level": "debug" }, "file": { "transport": "file", "level": "info", "filename": "logs/reporter.log" }, "error": { "transport": "file", "level": "error", "filename": "logs/error.log" } }, "allowLocalFilesAccess": true, "workers": { "numberOfWorkers": 2 }, "extensions": { "authentication": { "cookieSession": {}, "admin": { "username": "admin", "password": "password" }, "enabled": false }, "chrome-pdf": { "timeout": 300000 } } }
Thank you for your help!
-
Increasing the
reportTimeout
should normally work.
This can be a bug in your older version. Can you try to update?