Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lib/chromic_pdf/pdf/browser/channel.ex
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ defmodule ChromicPDF.Browser.Channel do
not able to complete the current operation (= PDF print job) within the configured
#{timeout} milliseconds.

Out of the many reasons for why this may happen, most commonly the browser failed to emit
the `frame_stopped_loading` event on time. Please see the process state printed below.

If you are printing large PDFs and expect long processing times, please consult the
documentation for the `timeout` option of the session pool.

If you are *not* printing large PDFs but your print jobs still time out, this is likely a
bug in ChromicPDF. Please open an issue on the issue tracker.

---

Current protocol:
Expand Down