Skip to content

Commit

Permalink
fix: update the page limit temp
Browse files Browse the repository at this point in the history
  • Loading branch information
saltbo committed Sep 7, 2020
1 parent 943f8b0 commit b371559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest/bind/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package bind

type QueryPage struct {
Offset int `form:"offset"`
Limit int `form:"limit,default=20"`
Limit int `form:"limit,default=500"`
}

0 comments on commit b371559

Please sign in to comment.