File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/SlimMessageBus.Host.Redis Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments