diff --git a/integrations/symfony-bundle.rst b/integrations/symfony-bundle.rst index d7d5ae2..5083e69 100644 --- a/integrations/symfony-bundle.rst +++ b/integrations/symfony-bundle.rst @@ -505,6 +505,7 @@ List of Services | | ``httplug.plugin.cookie`` | | activated when configured. | | | ``httplug.plugin.history`` | | These services are private and should only be used to configure | | | ``httplug.plugin.error`` | | clients or other services. | +| | ``httplug.plugin.throttle`` | | | +-------------------------------------+-------------------------------------------------------------------------+ \* *These services are always an alias to another service. You can specify your own service or leave the default, which is the same name with `.default` appended.* diff --git a/integrations/symfony-full-configuration.rst b/integrations/symfony-full-configuration.rst index 3ab012f..b98fe11 100644 --- a/integrations/symfony-full-configuration.rst +++ b/integrations/symfony-full-configuration.rst @@ -85,6 +85,11 @@ This page shows an example of all configuration values provided by the bundle. error: enabled: false only_server_exception: false + throttle: + name: default + key: null + tokens: 1 + max_time: 1 profiling: enabled: true # Defaults to kernel.debug