Commit 49cb1c7277d4b26cba8f28745ca9b9e348c72a50
1 parent
dad6b021
Exists in
spb-stable
and in
3 other branches
Fix misleading comment
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/mailers/notify.rb
... | ... | @@ -18,7 +18,7 @@ class Notify < ActionMailer::Base |
18 | 18 | default from: Gitlab.config.gitlab.email_from |
19 | 19 | default reply_to: "noreply@#{Gitlab.config.gitlab.host}" |
20 | 20 | |
21 | - # Just send email with 3 seconds delay | |
21 | + # Just send email with 2 seconds delay | |
22 | 22 | def self.delay |
23 | 23 | delay_for(2.seconds) |
24 | 24 | end | ... | ... |