mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
change timeout in migrations-1 to 0ms
This commit is contained in:
@@ -139,7 +139,7 @@ processNext = (project_id, callback)->
|
||||
markProjectAsProcessed project_id, (err)->
|
||||
setTimeout(
|
||||
-> callback(err)
|
||||
,500)
|
||||
,0)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user