Skip to content

Commit

Permalink
Merge branch 'improvement/BB-521' into q/8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bert-e committed Oct 10, 2024
2 parents 5cbb606 + 4b03c50 commit 56b9446
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/config.joi.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const joiSchema = joi.object({
intervalS: joi.number().default(60),
},
maxRequestSize: joi.number().default(KAFKA_PRODUCER_MESSAGE_MAX_BYTES),
site: joi.string(),
},
transport: transportJoi,
s3: hostPortJoi.required(),
Expand Down

0 comments on commit 56b9446

Please sign in to comment.