From fbb6e63c37118a1b7c14806dd7520beb234586b7 Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Sun, 6 Mar 2016 16:34:33 -0500 Subject: [PATCH] Added a note to the README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e3acf6c..c53373a 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,16 @@ STDOUT. Check the README there for more details and usages. * `storage` - storage options (see below) * `logging` - logging preferences * `keyGenerator` - key generator options (see below) +* `rateLimits` - settings for rate limiting (see below) + +## Rate Limiting + +When present, the `rateLimits` option enables built-in rate limiting courtesy +of `connect-ratelimit`. Any of the options supported by that library can be +used and set in `config.json`. + +See the README for [connect-ratelimit](https://github.com/dharmafly/connect-ratelimit) +for more information! ## Key Generation