mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-15 13:27:02 +00:00
bumped convert timeout to 40 seconds
This commit is contained in:
parent
41b32deac3
commit
191170509f
1 changed files with 3 additions and 2 deletions
|
@ -4,11 +4,12 @@ logger = require("logger-sharelatex")
|
|||
exec = require('child_process').exec
|
||||
approvedFormats = ["png"]
|
||||
|
||||
twentySeconds = 20 * 1000
|
||||
fourtySeconds = 40 * 1000
|
||||
|
||||
childProcessOpts =
|
||||
killSignal: "SIGKILL"
|
||||
timeout: twentySeconds
|
||||
timeout: fourtySeconds
|
||||
|
||||
|
||||
module.exports =
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue