Skip to content

Commit

Permalink
Increase pagination limit (#680)
Browse files Browse the repository at this point in the history
increase limit
  • Loading branch information
amityadav0 authored Jul 31, 2024
1 parent 50109c0 commit 9ec5ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/leveragelp/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const (
ParamsKey = "leveragelp_params"
)

const MaxPageLimit = 100
const MaxPageLimit = 1000

var (
PositionPrefix = []byte{0x01}
Expand Down

0 comments on commit 9ec5ce3

Please sign in to comment.