diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-08-10 10:38:30 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-08-10 10:55:18 +0100 |
commit | 9476ef9c910a39e54dea2b64064b6057ab5477cd (patch) | |
tree | 6f45e3a13042a1e929be451e24686883f6b4e42d /conf | |
parent | ba55ebdb6fa87f7772a539a139bef0a16879d757 (diff) |
Add config for Open311 request limit, default 1000.
Fixes #1313.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/general.yml-example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/general.yml-example b/conf/general.yml-example index aa8d431be..4c89cfba2 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -159,8 +159,9 @@ ALLOWED_COBRANDS: # the admin interface. Defaults to BASE_URL with "/admin" on the end. ADMIN_BASE_URL: '' -# How many items are returned in the GeoRSS feeds by default +# How many items are returned in the GeoRSS and Open311 feeds by default RSS_LIMIT: '20' +OPEN311_LIMIT: 1000 # How many reports to show per page on the All Reports pages ALL_REPORTS_PER_PAGE: 100 |