Skip to content

Commit 8159fb6

Browse files
Minor update to property description comment
1 parent 378cb78 commit 8159fb6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Transport/AzureServiceBusTransport.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,8 @@ public int EntityMaximumSize
221221
/// </para>
222222
/// <para>
223223
/// This setting only applies to queues, not to topics or subscriptions. Topics and subscriptions are considered
224-
/// shared infrastructure and are not affected by this property. When using 'MakeInstanceUniquelyAddressable',
225-
/// only the instance-specific input queues will have AutoDeleteOnIdle applied, while shared queues (such as error
226-
/// and audit queues) remain unaffected to prevent unintended deletion of critical infrastructure.
224+
/// shared infrastructure and are not affected by this property. Only instance-specific input queues (such when using 'MakeInstanceUniquelyAddressable')
225+
/// will have AutoDeleteOnIdle applied, while shared queues (such as error and audit queues) remain unaffected to prevent unintended deletion of critical infrastructure.
227226
/// </para>
228227
/// <para>
229228
/// Setting this value can be useful for temporary queues (dynamically scaling endpoints that make use of 'MakeInstanceUniquelyAddressable') that should be cleaned up automatically

0 commit comments

Comments
 (0)