Skip to content

Commit bd342e0

Browse files
Merge pull request #229931 from AshokPeddakotla-MSFT/patch-91
(Azure CXP) Fixing fileNotifications.maxDeliveryCount default value
2 parents 62bf8c5 + 12b332e commit bd342e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-hub/iot-hub-devguide-file-upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The following settings control file upload notifications to backend services.
8181
| **enableFileUploadNotifications** |Controls whether file upload notifications are written to the file notifications endpoint. |Bool. Default: False. |
8282
| **fileNotifications.ttlAsIso8601** |Default TTL for file upload notifications. |ISO_8601 interval up to 48 hours (minimum one minute). Default: one hour. |
8383
| **fileNotifications.lockDuration** |Lock duration for the file upload notifications queue. |5 to 300 seconds. Default: 60 seconds. |
84-
| **fileNotifications.maxDeliveryCount** |Maximum delivery count for the file upload notification queue. |1 to 100. Default: 100. |
84+
| **fileNotifications.maxDeliveryCount** |Maximum delivery count for the file upload notification queue. |1 to 10. Default: 10. |
8585

8686
## File upload using an SDK
8787

0 commit comments

Comments
 (0)