Skip to content

Commit

Permalink
Merge pull request elastic#7760 from jbudz/ops-interval
Browse files Browse the repository at this point in the history
[config] Set ops interval default

Former-commit-id: ea30947
  • Loading branch information
jbudz authored Jul 15, 2016
2 parents cada686 + c125d81 commit 5495c93
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 5495c93

Please sign in to comment.