diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-01-31 08:36:25 +0000 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-01-31 08:36:25 +0000 |
commit | bb5d968daf4b31efe488c8a18e2807f75e49c7eb (patch) | |
tree | 5ab39a771d8c431b2dc6b0c4637ce0f3f868795a | |
parent | 500b4d37702cdbad113ccb94c875e90dd770231a (diff) |
Add MAX_REQUESTS_PER_USER_PER_DAY to release notes
Document MAX_REQUESTS_PER_USER_PER_DAY in the 0.5 release notes
-rw-r--r-- | doc/CHANGES.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 99aaf7c98..4a4be8a67 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -19,6 +19,7 @@ * Ensure you have values for new config variables (see `config/general.yml-example`): * EXCEPTION_NOTIFICATIONS_FROM * EXCEPTION_NOTIFICATIONS_TO +* The new optional config variable MAX_REQUESTS_PER_USER_PER_DAY can be set to limit the number of requests each user can make per day. * The recommended Varnish config has changed, so that we ignore more cookies. You should review your Varnish config with respect to the example at `config/varnish-alaveteli.vcl`. * Consider setting elinks global config as described in the "Troubleshooting" section of INSTALL.md |