Skip to content

Commit 1abed4f

Browse files
cyril265zarusz
authored andcommitted
#419 clarify QueuePollDelay documentation
Signed-off-by: Kirill Povolotskyy <kpovolotsk@zoho.com>
1 parent 101aecd commit 1abed4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SlimMessageBus.Host.Redis/RedisMessageBusSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class RedisMessageBusSettings
1818
/// <summary>
1919
/// Specifies the optional delay between when polling of keys that are list in the event that none of the keys have new messages.
2020
/// If you want to optimize latency between periods on queue retrieval set to null. However, having some small delay is advised to optimize CPU usage.
21-
/// This delay is also applied after handling exceptions during polling or processing to avoid tight retry loops.
21+
/// This delay is also applied after handling exceptions during polling to avoid tight retry loops.
2222
/// Default is 1 second.
2323
/// </summary>
2424
public TimeSpan? QueuePollDelay { get; set; } = TimeSpan.FromSeconds(1);

0 commit comments

Comments
 (0)