Skip to content

Commit bb57565

Browse files
committed
docs: update rate limiting
1 parent 8b95389 commit bb57565

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ To force a revalidation, you can either:
102102

103103
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.
104104

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.
106106

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.
108108

109109
## Usage with CDNs
110110

0 commit comments

Comments
 (0)