Skip to content

Commit 7d94c8e

Browse files
committed
Minor reword
1 parent f79867f commit 7d94c8e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mailer.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,8 @@ The failover-transport starts using the first transport and if it fails, it
331331
will retry the same delivery with the next transports until one of them succeeds
332332
(or until all of them fail).
333333

334-
By default, the delivery will be retried 60 seconds after previous sending failed.
335-
You can change the retry period by setting the ``retry_period`` option in the DSN:
334+
By default, delivery is retried 60 seconds after a failed attempt. You can adjust
335+
the retry period by setting the ``retry_period`` option in the DSN:
336336

337337
.. code-block:: env
338338
@@ -362,8 +362,8 @@ As with the failover transport, round-robin retries deliveries until
362362
a transport succeeds (or all fail). In contrast to the failover transport,
363363
it *spreads* the load across all its transports.
364364

365-
By default, the delivery will be retried 60 seconds after previous sending failed.
366-
You can change the retry period by setting the ``retry_period`` option in the DSN:
365+
By default, delivery is retried 60 seconds after a failed attempt. You can adjust
366+
the retry period by setting the ``retry_period`` option in the DSN:
367367

368368
.. code-block:: env
369369

0 commit comments

Comments
 (0)