Skip to content
Snippets Groups Projects
Commit fe054346 authored by Kamil Trzciński's avatar Kamil Trzciński
Browse files

Add Host and SNI-based rate limiting

This adds a per-process rate limiting
of the incoming requests and connections.

This assume two:

- Requests generate a pressure on Object Storage
- New TLS connections generate a pressure on CPU
  due to TLS handshake (generating and exchanging
  asymmetric keys)
parent 05c6facd
Branches rate-limit
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment