mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-05 22:41: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)->
|
markProjectAsProcessed project_id, (err)->
|
||||||
setTimeout(
|
setTimeout(
|
||||||
-> callback(err)
|
-> callback(err)
|
||||||
,5000)
|
,0)
|
||||||
|
|
||||||
exports.migrate = (client, done = ->)->
|
exports.migrate = (client, done = ->)->
|
||||||
getProjectIds (err, ids)->
|
getProjectIds (err, ids)->
|
||||||
|
|
Loading…
Reference in a new issue