Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre de La Morinerie <pierre@capitainetrain.com>2014-02-17 19:25:40 +0400
committerPierre de La Morinerie <pierre@capitainetrain.com>2014-02-19 21:25:18 +0400
commit49cb1c7277d4b26cba8f28745ca9b9e348c72a50 (patch)
tree8bae528da81f6011048c5dfd055354292a287875 /app/mailers/notify.rb
parentdad6b0213c96bc0b6a5b78714878ee542b7bee2d (diff)
Fix misleading comment
Diffstat (limited to 'app/mailers/notify.rb')
-rw-r--r--app/mailers/notify.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/mailers/notify.rb b/app/mailers/notify.rb
index 6c1a3328960..e58db8ef35f 100644
--- a/app/mailers/notify.rb
+++ b/app/mailers/notify.rb
@@ -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