diff options
Diffstat (limited to 'samples')
-rw-r--r-- | samples/knot.full.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/knot.full.conf b/samples/knot.full.conf index 49edf13aa..37a1eaed3 100644 --- a/samples/knot.full.conf +++ b/samples/knot.full.conf @@ -88,8 +88,8 @@ system { # Rate limit SLIP # Each Nth blocked response will be sent as truncated, this is a way to allow # legitimate requests to get a chance to reconnect using TCP - # Default: 2 - rate-limit-slip 2; + # Default: 1 + rate-limit-slip 1; } # Includes can be placed anywhere at any level in the configuration file. The |