Fix misleading comment
This commit is contained in:
parent
dad6b0213c
commit
49cb1c7277
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class Notify < ActionMailer::Base
|
|||
default from: Gitlab.config.gitlab.email_from
|
||||
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
|
||||
delay_for(2.seconds)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue