Skip to content

Commit

Permalink
Changed defaultMessageTimeToLive to P1D
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathanio123 committed Aug 29, 2024
1 parent 617e240 commit 81eab80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/arm/environment.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"properties": {
"maxSizeInMegabytes": 1024,
"duplicateDetectionHistoryTimeWindow": "P1D",
"defaultMessageTimeToLive": "P1H",
"defaultMessageTimeToLive": "P1D",
"deadLetteringOnMessageExpiration": true,
"maxDeliveryCount": 2
}
Expand Down

0 comments on commit 81eab80

Please sign in to comment.