pace out the email sending

This commit is contained in:
Kyle Drake 2015-06-29 13:28:59 -07:00
parent da4c51e1ef
commit cff1c3a20b
3 changed files with 10 additions and 8 deletions

View file

@ -154,7 +154,7 @@ class Site < Sequel::Model
if ENV['RACK_ENV'] == 'test'
EMAIL_BLAST_MAXIMUM_PER_DAY = 2
else
EMAIL_BLAST_MAXIMUM_PER_DAY = 2000
EMAIL_BLAST_MAXIMUM_PER_DAY = 1000
end
many_to_many :tags