You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to coding and stuff so i dont know how can i increase the timeout delay of 'danger-zone' process as i saw another thread discussing this issue saying that a 1000 page pdf would need about 500 seconds or smth like that , so kindly can someone help me with it?
btw os: Win11
The text was updated successfully, but these errors were encountered:
Right, the timeout problem has not been adequately addressed yet. Unfortunately, there is no CLI option that we can provide you to tweak it, so for now, you'd have to go in dev mode to change it. If you're up for it, I can guide you:
A bit more context for others that may encounter this problem:
What is the underlying problem?
We are making a conversion from a single PDF to a PDF per page using a constant timeout for the whole process (120s). The reason we do so is because we don't know the number of pages at that point (see also #70).
How can we fix this problem?
We have a PR that replaces pdftk in favor of pdftoppm, and will add a timeout that is proportional to the number of pages (see #305).
I am new to coding and stuff so i dont know how can i increase the timeout delay of 'danger-zone' process as i saw another thread discussing this issue saying that a 1000 page pdf would need about 500 seconds or smth like that , so kindly can someone help me with it?
btw os: Win11
The text was updated successfully, but these errors were encountered: