increase pdfng page load/render timeouts to 1 minute

This commit is contained in:
Brian Gough 2015-01-13 16:38:40 +00:00
parent 1d3d316595
commit 8d568d9663

View file

@ -7,8 +7,8 @@ define [
class PDFRenderer
JOB_QUEUE_INTERVAL: 25
PAGE_LOAD_TIMEOUT: 30*1000
PAGE_RENDER_TIMEOUT: 30*1000
PAGE_LOAD_TIMEOUT: 60*1000
PAGE_RENDER_TIMEOUT: 60*1000
constructor: (@url, @options) ->
PDFJS.disableFontFace = true # avoids repaints, uses worker more