mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
use SIGTERM instead of SIGKILL to allow process to shut down cleanly
This commit is contained in:
parent
9aaef729ad
commit
a7b9376919
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ approvedFormats = ["png"]
|
|||
fourtySeconds = 40 * 1000
|
||||
|
||||
childProcessOpts =
|
||||
killSignal: "SIGKILL"
|
||||
killSignal: "SIGTERM"
|
||||
timeout: fourtySeconds
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue