Skip to content

Commit c65b7e5

Browse files
committed
restored default GET_ITERATOR_CHUNK_SIZE
1 parent d436a6f commit c65b7e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_mongodb_backend/compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def results_iter(
269269
results=None,
270270
tuple_expected=False,
271271
chunked_fetch=False,
272-
chunk_size=None,
272+
chunk_size=GET_ITERATOR_CHUNK_SIZE,
273273
):
274274
"""
275275
Return an iterator over the results from executing query given

0 commit comments

Comments
 (0)