diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-07-11 16:28:39 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-26 09:32:19 +0100 |
commit | 69f65da1e7a4ec0113e24c1a7616b65d601e277f (patch) | |
tree | 476c0cbcdb2c6347ef708c83cf6123d1f21e0a32 | |
parent | f8c4683e1fe394ccb926912379a5bbb58a0f9776 (diff) |
Use default setting for MINIMUM_REQUESTS_FOR_STATISTICS
Defaults to 100 so use this in the example config
-rw-r--r-- | config/general.yml-example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index 3e993dbb6..a4a4a1b3c 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -646,7 +646,7 @@ PUBLIC_BODY_STATISTICS_PAGE: false # MINIMUM_REQUESTS_FOR_STATISTICS - Integer (default: 100) # # --- -MINIMUM_REQUESTS_FOR_STATISTICS: 50 +MINIMUM_REQUESTS_FOR_STATISTICS: 100 # If you would like the public body list page to include bodies that have no # translation in the current locale (but which do have a translation in the |