diff --git a/app/mailers/notify.rb b/app/mailers/notify.rb index c672940a05e65b38c176d04c123787d293e69ff0..08f7e01aab11c192ec46d6040283dfa42a635e2c 100644 --- a/app/mailers/notify.rb +++ b/app/mailers/notify.rb @@ -10,6 +10,10 @@ class Notify < ActionMailer::Base default from: Gitlab.config.gitlab.email_from + # Just send email with 3 seconds delay + def self.delay + delay_for(2.seconds) + end #