add delay_on_error option

This commit is contained in:
Peter Bieringer
2026-03-07 15:57:02 +01:00
parent a8735943ad
commit 9cc373132f
4 changed files with 26 additions and 0 deletions

3
config
View File

@@ -21,6 +21,9 @@
# Max parallel connections
#max_connections = 8
# Base delay in case of error response (seconds)
#delay_on_error = 0.01
# Max size of request body (bytes), default: 100 Mbyte
# In case of using a reverse proxy in front of check also there related option
#max_content_length = 100000000