Skip to content

Commit 04467f2

Browse files
Fix default batch size for asset deletion
1 parent b700dc6 commit 04467f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudinary_cli/modules/sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from cloudinary_cli.utils.json_utils import print_json
1313
from cloudinary_cli.utils.utils import logger, run_tasks_concurrently, get_user_action
1414

15-
DELETE_ASSETS_BATCH_SIZE = 100
15+
DELETE_ASSETS_BATCH_SIZE = 30
1616

1717

1818
@command("sync",

0 commit comments

Comments
 (0)