Fix misleading comment

parent dad6b021
...@@ -18,7 +18,7 @@ class Notify < ActionMailer::Base ...@@ -18,7 +18,7 @@ class Notify < ActionMailer::Base
default from: Gitlab.config.gitlab.email_from default from: Gitlab.config.gitlab.email_from
default reply_to: "noreply@#{Gitlab.config.gitlab.host}" default reply_to: "noreply@#{Gitlab.config.gitlab.host}"
# Just send email with 3 seconds delay # Just send email with 2 seconds delay
def self.delay def self.delay
delay_for(2.seconds) delay_for(2.seconds)
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment