From 49cb1c7277d4b26cba8f28745ca9b9e348c72a50 Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Mon, 17 Feb 2014 16:25:40 +0100 Subject: [PATCH] Fix misleading comment --- app/mailers/notify.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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