mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-05 18:01:38 +00:00
bring down migration timeout in delete doc lines to 0ms
This commit is contained in:
parent
856404099b
commit
0ef14ce759
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ processNext = (project_id, callback)->
|
|||
markProjectAsProcessed project_id, (err)->
|
||||
setTimeout(
|
||||
-> callback(err)
|
||||
,5000)
|
||||
,0)
|
||||
|
||||
exports.migrate = (client, done = ->)->
|
||||
getProjectIds (err, ids)->
|
||||
|
|
Loading…
Reference in a new issue