diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-01-31 08:45:54 +0000 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-01-31 08:45:54 +0000 |
commit | 0a560b492e77eb04b6b83b6d567db4e4e5429bb2 (patch) | |
tree | a404f67928aa7785a4dbe3ea4d25cb1c9bb3a995 | |
parent | 951b266d2e83ddeee1f096e19d64ce3d46618618 (diff) |
Add new variable to general.yml-example
Add MAX_REQUESTS_PER_USER_PER_DAY to general.yml-example, because
the mySociety deployment system insists that the example file specify
precisely the same variables as the deployed one.
-rw-r--r-- | config/general.yml-example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index 86399f0bc..ec257f070 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -137,3 +137,6 @@ EXCEPTION_NOTIFICATIONS_TO: - robin@example.org - seb@example.org +# Rate limiting +MAX_REQUESTS_PER_USER_PER_DAY: 10 + |