We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the PDF export timeout is set to 15 seconds. It would be useful to have this modifiable in the .env file, as per issue #5111.
For large books, this would prevent Bookstack from timing-out before the PDF is generated.
Yes, by modifying line 89 in /app/www/app/Entities/Tools/PdfGenerator.php
3 months to 1 year
No response
The text was updated successfully, but these errors were encountered:
Exports: Made pdf command timeout configurable
6103a22
Added test to cover. For #5119
Thanks for the request @jtee3d. This has now been added via 6103a22 to be part of the next feature release.
Sorry, something went wrong.
No branches or pull requests
Describe the feature you'd like
Currently, the PDF export timeout is set to 15 seconds. It would be useful to have this modifiable in the .env file, as per issue #5111.
Describe the benefits this would bring to existing BookStack users
For large books, this would prevent Bookstack from timing-out before the PDF is generated.
Can the goal of this request already be achieved via other means?
Yes, by modifying line 89 in /app/www/app/Entities/Tools/PdfGenerator.php
Have you searched for an existing open/closed issue?
How long have you been using BookStack?
3 months to 1 year
Additional context
No response
The text was updated successfully, but these errors were encountered: