mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
change timeout in migrations-1 to 0ms
This commit is contained in:
parent
1e073da1fd
commit
0980b2e6dc
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