summaryrefslogtreecommitdiff
path: root/app/workers/database/batched_background_migration/execution_worker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/database/batched_background_migration/execution_worker.rb')
-rw-r--r--app/workers/database/batched_background_migration/execution_worker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/workers/database/batched_background_migration/execution_worker.rb b/app/workers/database/batched_background_migration/execution_worker.rb
index b59e4bd1f86..37b40c73ca6 100644
--- a/app/workers/database/batched_background_migration/execution_worker.rb
+++ b/app/workers/database/batched_background_migration/execution_worker.rb
@@ -11,7 +11,7 @@ module Database
INTERVAL_VARIANCE = 5.seconds.freeze
LEASE_TIMEOUT_MULTIPLIER = 3
- MAX_RUNNING_MIGRATIONS = 2
+ MAX_RUNNING_MIGRATIONS = 4
included do
data_consistency :always