lib/i18n/migrations/migrator.rb in i18n-migrations-1.1.2 vs lib/i18n/migrations/migrator.rb in i18n-migrations-1.1.4

- old
+ new

@@ -9,10 +9,10 @@ require 'i18n/migrations/config' require 'i18n/migrations/locale' require 'i18n/migrations/migration_factory' require 'i18n/migrations/crowd_translate_client' -CONCURRENT_THREADS = 4 +CONCURRENT_THREADS = 3 # this class knows how to do all the things the cli needs done. # it mostly delegates to locale to do it, often asking multiple locales to do the same thing module I18n module Migrations