There was an error while loading. Please reload this page.
1 parent ab42613 commit 01494f4Copy full SHA for 01494f4
1 file changed
src/apify_client/_resource_clients/request_queue.py
@@ -428,7 +428,6 @@ def batch_add_requests(
428
max_size=payload_size_limit_bytes,
429
max_count=_RQ_MAX_REQUESTS_PER_BATCH,
430
get_len=_get_payload_size_bytes,
431
- # An individually oversized request gets its own batch and is left for the API to reject.
432
strict=False,
433
)
434
@@ -1008,7 +1007,6 @@ async def batch_add_requests(
1008
1007
1009
1010
1011
1012
1013
1014
0 commit comments