Skip to content

Commit

Permalink
Increased concurrency for the SA table migration to 200
Browse files Browse the repository at this point in the history
  • Loading branch information
u-hubar committed Nov 14, 2023
1 parent 4a5eed1 commit 5b11f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/migration/service-agreements-op-database-migration.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseMigration from './base-migration.js';

let wrongAgreementsCount = 0;
const MAX_BATCH_SIZE = 10000;
const CONCURRENCY = 15;
const CONCURRENCY = 200;

class ServiceAgreementsOpDatabaseMigration extends BaseMigration {
constructor(
Expand Down

0 comments on commit 5b11f2d

Please sign in to comment.