mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05: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)->
|
||||
setTimeout(
|
||||
-> callback(err)
|
||||
,500)
|
||||
,0)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue