From b9900b2e127f63f3563f10043ad97ec8c82c082b Mon Sep 17 00:00:00 2001 From: mrd0ll4r Date: Wed, 25 May 2016 01:36:52 -0400 Subject: [PATCH] middleware: fix varinterval README (#175) --- middleware/varinterval/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/middleware/varinterval/README.md b/middleware/varinterval/README.md index 2f29161..50cd812 100644 --- a/middleware/varinterval/README.md +++ b/middleware/varinterval/README.md @@ -18,7 +18,7 @@ By randomizing the announce interval, load spikes will flatten out after a few c This middleware provides the following parameters for configuration: -- `modify_response_probability` (float, >0, <= 1) indicates the probability by which a response will be augmented with random peers. +- `modify_response_probability` (float, >0, <= 1) indicates the probability by which a response will be chosen to have its announce intervals modified. - `max_increase_delta` (int, >0) sets an upper boundary (inclusive) for the amount of seconds added. - `modify_min_interval` (boolean) whether to modify the `min_interval` field as well.