aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2017-02-03 14:53:14 +0000
committerDave Arter <davea@mysociety.org>2017-02-03 14:53:14 +0000
commit2899488e979eadad94e72108cfa31f3d13364a3d (patch)
treece7d2b9e23e38b5a2268856b529e0e9d2cc498a8 /perllib/FixMyStreet
parent05581029fa4e416c9dd0715c4f1575e5029f4616 (diff)
[Greenwich] Reduce on-map age further to 21 days
Diffstat (limited to 'perllib/FixMyStreet')
-rw-r--r--perllib/FixMyStreet/Cobrand/Greenwich.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Greenwich.pm b/perllib/FixMyStreet/Cobrand/Greenwich.pm
index 62b0e1fc8..7d6058145 100644
--- a/perllib/FixMyStreet/Cobrand/Greenwich.pm
+++ b/perllib/FixMyStreet/Cobrand/Greenwich.pm
@@ -58,7 +58,7 @@ sub contact_email {
sub reports_per_page { return 20; }
sub on_map_default_max_pin_age {
- return '3 month';
+ return '21 days';
}
1;