Skip to content

Commit 0affa4f

Browse files
changing chunk size
1 parent 9b85b44 commit 0affa4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awswrangler/s3/_delete.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def delete_objects(
121121

122122
chunks = []
123123
for _, paths in paths_by_bucket.items():
124-
chunks += _utils.chunkify(lst=paths, max_length=100)
124+
chunks += _utils.chunkify(lst=paths, max_length=1_000)
125125

126126
executor = _get_executor(use_threads=use_threads)
127127
ray_get(

0 commit comments

Comments
 (0)