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
@@ -1853,10 +1853,10 @@ private function addRateLimiterSection(ArrayNodeDefinition $rootNode)
1853
1853
->isRequired()
1854
1854
->end()
1855
1855
->scalarNode('interval')
1856
-
->info('Configures the fixed interval if "strategy" is set to "fixed_window" or "sliding_window". The value must be a number followed by "second", "minute", "hour", "day", "week" or "month" (or their plural equivalent).')
1856
+
->info('Configures the fixed interval if "policy" is set to "fixed_window" or "sliding_window". The value must be a number followed by "second", "minute", "hour", "day", "week" or "month" (or their plural equivalent).')
1857
1857
->end()
1858
1858
->arrayNode('rate')
1859
-
->info('Configures the fill rate if "strategy" is set to "token_bucket"')
1859
+
->info('Configures the fill rate if "policy" is set to "token_bucket"')
1860
1860
->children()
1861
1861
->scalarNode('interval')
1862
1862
->info('Configures the rate interval. The value must be a number followed by "second", "minute", "hour", "day", "week" or "month" (or their plural equivalent).')
0 commit comments