mirror of
https://github.com/neocities/neocities.git
synced 2025-07-21 10:06:00 +02:00
pace out the email sending
This commit is contained in:
parent
da4c51e1ef
commit
cff1c3a20b
3 changed files with 10 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue