Skip to content

Commit

Permalink
fix limit to match contentful limit
Browse files Browse the repository at this point in the history
  • Loading branch information
hhsnopek authored and jescalan committed Apr 2, 2018
1 parent 0983efc commit bbf8607
Show file tree
Hide file tree
Showing 3 changed files with 14,961 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ function validate(opts = {}) {
limit: Joi.number()
.integer()
.min(1)
.max(100)
.max(1000)
.default(100)
}),
transform: Joi.alternatives()
Expand Down
Loading

0 comments on commit bbf8607

Please sign in to comment.