summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-05-19 12:36:02 -0500
committerYorick Peterse <yorickpeterse@gmail.com>2016-05-19 12:36:02 -0500
commitc22be75794e0843d1c5de9a15593ccefcc1c09dc (patch)
treeb70fa6f2a572ea8cb90cc822c98faf62eda15f31
parentdea36800066877e6d5aab036aa4417e68b37dca5 (diff)
downloadgitlab-ce-fix-migration-helper-comment.tar.gz
Removed outdated comment from migration helpersfix-migration-helper-comment
-rw-r--r--lib/gitlab/database/migration_helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/database/migration_helpers.rb b/lib/gitlab/database/migration_helpers.rb
index 31a87b73fbe..9b662d163f0 100644
--- a/lib/gitlab/database/migration_helpers.rb
+++ b/lib/gitlab/database/migration_helpers.rb
@@ -47,7 +47,7 @@ module Gitlab
first['count'].
to_i
- # Update in batches of 5% with an upper limit of 5000 rows.
+ # Update in batches of 5%
batch_size = ((total / 100.0) * 5.0).ceil
while processed < total