From 8d3cab39f5a5ee8312be21a098ad3dbb22c260a2 Mon Sep 17 00:00:00 2001 From: Nathaniel Hammond Date: Fri, 7 Jun 2024 08:41:07 +0100 Subject: [PATCH] tweak changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89c279f..aa85290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,8 @@ ## Unreleased -- It is now possible to throttle the API calls in an attempt to avoid Shopify API rate limiting. - Fixed a bug where syncing Shopify variants would be limited to 50. ([#115](https://github.com/craftcms/shopify/issues/115)) +- `shopify/sync` commands now support a `--throttle` option. - Added `craft\shopify\console\controllers\SyncController::$throttle`. - Added `craft\shopify\services\Products::$throttle`. - Added `craft\shopify\services\Products::$sleepSeconds`.