Skip to content

Commit acca3fb

Browse files
committed
Increase default pagination
100 to 500
1 parent f989938 commit acca3fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IO.Swagger.Lib.V3/Models/PaginationParameters.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
public class PaginationParameters
44
{
5-
const int MAX_RESULT_SIZE = 100;
5+
const int MAX_RESULT_SIZE = 500;
66

77

88

0 commit comments

Comments
 (0)