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 90315bc commit 4aa0112Copy full SHA for 4aa0112
scrapinghub/client/items.py
@@ -74,7 +74,7 @@ def _modify_iter_params(self, params):
74
params['start'] = '{}/{}'.format(self.key, offset)
75
return params
76
77
- def list_iter(self, chunksize=10000, *args, **kwargs):
+ def list_iter(self, chunksize=1000, *args, **kwargs):
78
"""An alternative interface for reading items by returning them
79
as a generator which yields lists of items sized as `chunksize`.
80
0 commit comments