Skip to content
Snippets Groups Projects
Commit cdb41dcc authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

doc: fix dangling colon

parent 5a15affd
No related branches found
No related tags found
No related merge requests found
......@@ -245,7 +245,9 @@ You can enable RRL by setting the :ref:`server_rate-limit` option in the
:ref:`server section<Server section>`. The option controls how many responses
per second are permitted for each flow. Responses exceeding this rate are
limited. The option :ref:`server_rate-limit-slip` then configures how many
limited responses are sent as truncated (slip) instead of being dropped.::
limited responses are sent as truncated (slip) instead of being dropped.
::
server:
rate-limit: 200 # Allow 200 resp/s for each flow
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment