From 18e821b9f463e05f1ef7d147074e595838d2eebb Mon Sep 17 00:00:00 2001 From: Sergey Odinokov Date: Thu, 21 Aug 2014 12:49:49 +0400 Subject: [PATCH] Update send-email.rst --- tutorials/send-email.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/send-email.rst b/tutorials/send-email.rst index 0e0a408..59c7c19 100644 --- a/tutorials/send-email.rst +++ b/tutorials/send-email.rst @@ -223,7 +223,7 @@ That's all! Try to create some comments and see the ``C:\Temp`` path. You also c Automatic retries ------------------ -When the ``emailService.Send`` method throws an exception, HangFire will retry it automatically after a delay (that is increased with each attempt). The retry attempt count is limited (3 by default), but you can increase it. Just apply the ``AutomaticRetryAttribute`` to the ``NotifyNewComment`` method: +When the ``emailService.Send`` method throws an exception, HangFire will retry it automatically after a delay (that is increased with each attempt). The retry attempt count is limited (10 by default), but you can increase it. Just apply the ``AutomaticRetryAttribute`` to the ``NotifyNewComment`` method: .. code-block:: c#