Skip to content

Commit

Permalink
Bind singleChangeStream option
Browse files Browse the repository at this point in the history
Issue: BB-601
  • Loading branch information
williamlardier committed Sep 11, 2024
1 parent 264a8bd commit 1378e7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/oplogPopulator/OplogPopulatorConfigValidator.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const joiSchema = joi.object({
probeServer: probeServerJoi.default(),
connectorsUpdateCronRule: joi.string().default('*/1 * * * * *'),
heartbeatIntervalMs: joi.number().default(10000),
singleChangeStream: joi.boolean().default(false),
});

function configValidator(backbeatConfig, extConfig) {
Expand Down

0 comments on commit 1378e7b

Please sign in to comment.