Skip to content

Commit

Permalink
Merge pull request #7760 from jbudz/ops-interval
Browse files Browse the repository at this point in the history
[config] Set ops interval default
  • Loading branch information
jbudz authored Jul 15, 2016
2 parents 05de93a + ef2bb32 commit ea30947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/config/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ module.exports = () => Joi.object({

ops: Joi.object({
interval: Joi.number().default(5000),
}),
}).default(),

plugins: Joi.object({
paths: Joi.array().items(Joi.string()).default([]),
Expand Down

0 comments on commit ea30947

Please sign in to comment.