We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5ec76 commit 57aa49aCopy full SHA for 57aa49a
rate_limiter.rst
@@ -178,7 +178,7 @@ enforce different levels of service (free or paid):
178
179
// config/packages/rate_limiter.php
180
$container->loadFromExtension('framework', [
181
- rate_limiter' => [
+ 'rate_limiter' => [
182
'anonymous_api' => [
183
// use 'sliding_window' if you prefer that policy
184
'policy' => 'fixed_window',
@@ -484,7 +484,7 @@ you can use a specific :ref:`named lock <lock-named-locks>` via the
484
485
486
487
488
489
// ...
490
0 commit comments