diff options
Diffstat (limited to 'config/general.yml-example')
-rw-r--r-- | config/general.yml-example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index 0753af46b..e90674b0f 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -192,3 +192,7 @@ MTA_LOG_TYPE: "exim" # this will be included in the message people see when their request is # successful. DONATION_URL: "http://www.mysociety.org/donate/" + +# The page of statistics for public bodies will only consider public +# bodies that have had at least this number of requests: +MINIMUM_REQUESTS_FOR_STATISTICS: 50 |