Skip to content

Commit 9ad8b68

Browse files
Merge pull request #230022 from AshokPeddakotla-MSFT/patch-92
Fixing incorrectly updated range for fileNotifications.maxDeliveryCount
2 parents 6411848 + 498e58b commit 9ad8b68

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 10. Default: 10. |
84+
| **fileNotifications.maxDeliveryCount** |Maximum delivery count for the file upload notification queue. |1 to 100. Default: 10. |
8585

8686
## File upload using an SDK
8787

0 commit comments

Comments
 (0)