We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f989938 commit acca3fbCopy full SHA for acca3fb
src/IO.Swagger.Lib.V3/Models/PaginationParameters.cs
@@ -2,7 +2,7 @@
2
{
3
public class PaginationParameters
4
5
- const int MAX_RESULT_SIZE = 100;
+ const int MAX_RESULT_SIZE = 500;
6
7
8
0 commit comments