You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -102,9 +102,9 @@ To force a revalidation, you can either:
102
102
103
103
Another feature of this package is the ability to limit the number of transformations that the image transformation route should process per path and IP address within a given time frame.
104
104
105
-
The rate limit will come into effect for new transformation requests only, and will not affect previously cached images. It is also only applied in the `production` environment.
105
+
The rate limit will come into effect for new transformation requests only, and will not affect previously cached images.
106
106
107
-
You can configure the rate limit settings in the `image-transform-url.php` configuration file.
107
+
By default, rate limiting is disabled for the `local` and `testing` app environements to not distract you when developing your app. You can configure the rate limit settings in the `image-transform-url.php` configuration file.
0 commit comments