diff options
author | Robin Houston <robin@lenny.robin> | 2011-08-25 17:27:59 +0100 |
---|---|---|
committer | Robin Houston <robin@lenny.robin> | 2011-08-25 17:27:59 +0100 |
commit | 50cd41b88b4421824e436d9189f8780b84c46a1a (patch) | |
tree | 8a2a33222e1f00f88ce102597db7de09fda5b6a0 /config | |
parent | bf949a62d7882c9d337e095bebd1e4ba6c4c6767 (diff) | |
parent | 87f7fbd076fc301262fc0a628d81b3a1bd3688e7 (diff) |
Merge branch 'develop' of git@github.com:sebbacon/alaveteli into develop
Diffstat (limited to 'config')
-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 3537cd792..5eee675ff 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -91,6 +91,9 @@ STAGING_SITE: 1 RECAPTCHA_PUBLIC_KEY: 'x' RECAPTCHA_PRIVATE_KEY: 'x' +# Number of days after which to send a 'new response reminder' +NEW_RESPONSE_REMINDER_AFTER_DAYS: [3, 10, 24] + # For debugging memory problems. If true, the app logs # the memory use increase of the Ruby process due to the # request (Linux only). Since Ruby never returns memory to the OS, if the |