mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-11 21:35:32 +00:00
increase pdfng page load/render timeouts to 1 minute
This commit is contained in:
parent
1d3d316595
commit
8d568d9663
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue