Skip to content

Commit 6c6ff61

Browse files
Update duplicate-detection.md
Duplicate detection history time window default is listed as 1 minute here by 10 minutes at https://learn.microsoft.com/en-us/azure/service-bus-messaging/enable-duplicate-detection and elsewhere around the internet.
1 parent b25fda2 commit 6c6ff61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-bus-messaging/duplicate-detection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The `MessageId` can always be some GUID, but anchoring the identifier to the bus
3737

3838
## Duplicate detection window size
3939

40-
Apart from enabling duplicate detection, you can also configure the size of the duplicate detection history time window during which message IDs are retained. This value defaults to 1 minute for queues and topics, with a minimum value of 20 seconds and a maximum value of 7 days.
40+
Apart from enabling duplicate detection, you can also configure the size of the duplicate detection history time window during which message IDs are retained. This value defaults to 10 minutes for queues and topics, with a minimum value of 20 seconds and a maximum value of 7 days.
4141

4242
Enabling duplicate detection and the size of the window directly impact the queue (and topic) throughput, since all recorded message IDs must be matched against the newly submitted message identifier.
4343

0 commit comments

Comments
 (0)