Rank: Newbie Groups: Member
Joined: 7/15/2019 Posts: 4
|
We use Dual TriggerMode. Sometimes when an error occurred, we failed to call eoapi.convert(), then the render will time out after 6 mins. I find this from the doc "If you do not call eoapi.convert() in your page, then the conversion will not start. It will eventually fail with a time out error.". It doesn't say anything about 6 mins, I guess it's the default time-out time? Is there a way to configure that time?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
This time is based on HtmlToPdf.Options.MaxLoadWaitTime. Increasing MaxLoadWaitTime will increase this time out value and decrease MaxLoadWaitTime will decrease this time out value.
Thanks!
|