diff options
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 c832111c7..3537cd792 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -23,6 +23,9 @@ USE_DEFAULT_BROWSER_LANGUAGE: true # How many days should have passed before an answer to a request is officially late? REPLY_LATE_AFTER_DAYS: 20 +REPLY_VERY_LATE_AFTER_DAYS: 40 +# We give some types of authority like schools a bit longer than everyone else +SPECIAL_REPLY_VERY_LATE_AFTER_DAYS: 60 # example searches for the home page, semicolon delimited. FRONTPAGE_SEARCH_EXAMPLES: 'Geraldine Quango; Department for Humpadinking' |