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.
2 parents 78e22d5 + a3de35e commit 2cc49c5Copy full SHA for 2cc49c5
pyslicer/utils/validators.py
@@ -201,9 +201,6 @@ def _valid_keys(self):
201
if not isinstance(limit, int):
202
raise exceptions.InvalidQueryException(
203
"The key 'limit' in query has a invalid value.")
204
- if limit > 100:
205
- raise exceptions.InvalidQueryException(
206
- "The field 'limit' has a value max of 100.")
207
return True
208
209
def validator(self):
0 commit comments