Browse Source

bring down migration timeout in delete doc lines to 0ms

Henry Oswald 11 years ago
parent
commit
1e073da1fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      migrations/2_doc_lines_delete_from_project.coffee

+ 1 - 1
migrations/2_doc_lines_delete_from_project.coffee

@@ -167,7 +167,7 @@ processNext = (project_id, callback)->
 							markProjectAsProcessed project_id, (err)->
 								setTimeout(
 									-> callback(err)
-								,5000)
+								,0)
 
 exports.migrate = (client, done = ->)->
 	getProjectIds (err, ids)->