Skip to content
This repository has been archived by the owner on Aug 12, 2023. It is now read-only.

Commit

Permalink
Limit fills endpoint pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
cbovis committed Sep 27, 2020
1 parent f6e72f5 commit 8651c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/routes/v1/fills.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const createRouter = () => {
middleware.pagination({
defaultLimit: 20,
maxLimit: 50,
maxPage: Infinity,
maxPage: 50,
}),
middleware.number('protocolVersion'),
middleware.number('valueFrom'),
Expand Down

0 comments on commit 8651c8e

Please sign in to comment.