Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit a41e2f4

Browse files
committed
Rename to DisablePriorityQueues for better consistency
1 parent 283ded8 commit a41e2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.Redis/Messaging/RedisMqServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public class RedisMqServer : IMessageService
6666
/// <summary>
6767
/// Don't listen on any Priority Queues
6868
/// </summary>
69-
public bool DisableAllPriorityQueues
69+
public bool DisablePriorityQueues
7070
{
7171
set
7272
{

0 commit comments

Comments
 (0)