diff --git a/snipts/api.py b/snipts/api.py index e9f772e..f46ba96 100644 --- a/snipts/api.py +++ b/snipts/api.py @@ -236,7 +236,7 @@ class PublicSniptResource(ModelResource): allowed_methods = ['get'] filtering = {'user': 'exact', 'blog_post': 'exact'} ordering = ['created', 'modified'] - max_limit = 200 + max_limit = 20 cache = SimpleCache() def dehydrate(self, bundle): @@ -364,7 +364,7 @@ class PrivateSniptResource(ModelResource): validation = SniptValidation() ordering = ['created', 'modified'] always_return_data = True - max_limit = 200 + max_limit = 20 cache = SimpleCache() def dehydrate(self, bundle):