mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-13 12:16:04 +00:00
bring down migration timeout in delete doc lines to 0ms
This commit is contained in:
parent
feafbb5416
commit
1e073da1fd
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