diff options
author | Mark Longair <mhl@pobox.com> | 2013-08-15 12:28:48 +0100 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-08-20 12:11:45 +0100 |
commit | 5a33252694ceb86c2bb7a1b43e24c6b63425f7e1 (patch) | |
tree | 51c9026a8df40a6020c705c6e91185d69807413e /lib | |
parent | 89e7318805b09cf32c4f919f2b09f522830fb9ec (diff) |
Make the minimum requests for statistics configurable
This adds the MINIMUM_REQUESTS_FOR_STATISTICS config option.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/configuration.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/configuration.rb b/lib/configuration.rb index 03c4ac616..bf80f87e1 100644 --- a/lib/configuration.rb +++ b/lib/configuration.rb @@ -43,6 +43,7 @@ module AlaveteliConfiguration :INCOMING_EMAIL_PREFIX => '', :INCOMING_EMAIL_SECRET => 'dummysecret', :ISO_COUNTRY_CODE => 'GB', + :MINIMUM_REQUESTS_FOR_STATISTICS => 100, :MAX_REQUESTS_PER_USER_PER_DAY => '', :MTA_LOG_TYPE => 'exim', :NEW_RESPONSE_REMINDER_AFTER_DAYS => [3, 10, 24], |