From ab4da45de2eaf19d3148424774dd033e8888bcee Mon Sep 17 00:00:00 2001 From: Kharec Date: Tue, 11 Nov 2025 04:12:04 +0100 Subject: [PATCH] docs: providing further details on rate limiting in env --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 448983e..9be67af 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,8 @@ SMTP_FROM=noreply@example.com Be sure to check `.env.example` for more details. +Don't underestimate RATE_LIMIT parameters. You might want to set them to higher values if you are running a production environment. + ### Reverse Proxy Configuration To use a reverse proxy in order to offload the SSL termination (for example), here's a sample nginx configuration: