Skip to content

Commit

Permalink
enlarge limit
Browse files Browse the repository at this point in the history
Signed-off-by: wjhuang2016 <[email protected]>
  • Loading branch information
wjhuang2016 committed Oct 31, 2024
1 parent c6b8ae6 commit 2415131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlgenerator/rule_query.go
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ var OrderBy = NewFn(func(state *State) Fn {
})

var Limit = NewFn(func(state *State) Fn {
return Strs("limit", RandomNum(10000000, 100000000))
return Strs("limit", RandomNum(100000000, 1000000000))

//return Strs("limit", RandomNum(1000000, 2147483646))
})
Expand Down

0 comments on commit 2415131

Please sign in to comment.