pandoc-server request size limit #11199
-
Hi all |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'm not sure. I don't think we have any hard-coded limit on file size. To log to a file, just redirect stdout and stderr. |
Beta Was this translation helpful? Give feedback.
I'm not sure. I don't think we have any hard-coded limit on file size.
There is, however, a timeout, which you can adjust using
--timeout
on the command line; this may be your issue. Default is 2 seconds and potentially it could take longer to parse a file that big.To log to a file, just redirect stdout and stderr.