mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-25 19:02:20 +00:00
change timeout in migrations-1 to 0ms
This commit is contained in:
parent
0ef14ce759
commit
da42dff40e
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ processNext = (project_id, callback)->
|
||||||
markProjectAsProcessed project_id, (err)->
|
markProjectAsProcessed project_id, (err)->
|
||||||
setTimeout(
|
setTimeout(
|
||||||
-> callback(err)
|
-> callback(err)
|
||||||
,500)
|
,0)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue