Skip to content

Commit a777a17

Browse files
Big-Sharkdbu
andauthored
Update src/DependencyInjection/Configuration.php
Co-authored-by: David Buchmann <[email protected]>
1 parent 821ebbf commit a777a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ private function addSharedPluginNodes(ArrayNodeDefinition $pluginNode, $disableA
630630
->addDefaultsIfNotSet()
631631
->children()
632632
->scalarNode('name')->isRequired()->info('Rate limiter configuration name from rate_limiter.yaml')->end()
633-
->scalarNode('key')->defaultNull()->info('A unique key for using one rate limiter name for different clients')->end()
633+
->scalarNode('key')->defaultNull()->info('Key to avoid sharing this rate limiter with other clients or other services. You can use the name of the client for example.')->end()
634634
->integerNode('tokens')->defaultValue(1)->info('How many tokens spending per request')->end()
635635
->floatNode('max_time')->defaultNull()->info('Maximum accepted waiting time in seconds')->end()
636636
->end()

0 commit comments

Comments
 (0)