We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd07ee0 commit 99620ecCopy full SHA for 99620ec
src/Service/Membership.php
@@ -34,7 +34,7 @@ class Membership extends Service
34
/**
35
* Default limit on size of container to be returned from requests.
36
*/
37
- public static $defaultLimit = null;
+ public static $defaultLimit = 100;
38
39
40
* The object to which the memberships apply (ResourceLink or Context).
src/Service/Result.php
@@ -23,7 +23,7 @@ class Result extends AssignmentGrade
23
24
25
26
+ public static $defaultLimit = 500;
27
28
29
* Limit on size of container to be returned from requests.
0 commit comments