mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-25 21:53:55 +00:00
don’t shutdown filestore on uncaught exception
This commit is contained in:
parent
bf93fc3f50
commit
9e8c27f46b
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ app.use (req, res, next) ->
|
|||
requestDomain.add res
|
||||
requestDomain.on "error", (err)->
|
||||
try
|
||||
appIsOk = false
|
||||
# request a shutdown to prevent memory leaks
|
||||
beginShutdown()
|
||||
if !res.headerSent
|
||||
|
|
Loading…
Reference in a new issue