1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-04-14 20:14:18 +00:00

change timeout in migrations-1 to 0ms

This commit is contained in:
Henry Oswald 2015-09-16 15:58:38 +01:00
parent 1e073da1fd
commit 0980b2e6dc

View file

@ -139,7 +139,7 @@ processNext = (project_id, callback)->
markProjectAsProcessed project_id, (err)->
setTimeout(
-> callback(err)
,500)
,0)