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
After I upgraded (specifically to capture the new supported file extensions), I noticed that the same conversions are now taking much longer. One of my integration tests, a 13MB power point file, went from 8sec to timing out (past 30 seconds).
With the upgrade, I only changed PdfFormats to LibrePdfFormats. It makes sense if the upgrade gives us new options or something along those lines, but the default experience without configuring anything else.
Thanks!
The text was updated successfully, but these errors were encountered:
I narrowed this down to the PdfFormat line, where removing that line or setting it to LibrePdfFormats.None returns performance to normal.
My guess is that it wasn't working before properly, and now that it's fixed, I'm paying the cost of it 🫠
Might be I convince some folks it's not needed and leave it off.
After I upgraded (specifically to capture the new supported file extensions), I noticed that the same conversions are now taking much longer. One of my integration tests, a 13MB power point file, went from 8sec to timing out (past 30 seconds).
Sample code:
With the upgrade, I only changed PdfFormats to LibrePdfFormats. It makes sense if the upgrade gives us new options or something along those lines, but the default experience without configuring anything else.
Thanks!
The text was updated successfully, but these errors were encountered: