Update rate limiter configuration
All checks were successful
ci/woodpecker/push/build/1 Pipeline was successful
ci/woodpecker/push/build/2 Pipeline was successful
ci/woodpecker/push/tag Pipeline was successful

This commit is contained in:
2026-06-22 11:10:32 +03:00
parent caea54397c
commit bfc149784a
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ RUN xcaddy build \
# Install PHP # Install PHP
FROM docker.io/alpine FROM docker.io/alpine:latest
LABEL maintainer="vladimir@hodakov.me" LABEL maintainer="vladimir@hodakov.me"

View File

@@ -10,7 +10,7 @@
distributed distributed
zone dynamic { zone dynamic {
key {client_ip} key {client_ip}
events 20 events 200
window 5s window 5s
jitter 0.1 jitter 0.1
} }