Skip to content

Commit

Permalink
Merge pull request MicrosoftDocs#1523 from MicrosoftDocs/delay-in-hou…
Browse files Browse the repository at this point in the history
…rs-min-value

Update delayInHours min value in codePush decorator
  • Loading branch information
lucen-ms authored Mar 20, 2024
2 parents ecbbab5 + cda8cc3 commit 80f1ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/distribution/codepush/rn-api-ref.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ The `codePush` decorator accepts an "options" object that allows you to customiz
The following list represents the available options and their defaults:
- **delayInHours** *(Number)* - Specifies the minimum time in hours that the app will wait after the latest rollback before attempting to reinstall the same rolled-back package. Defaults to `24`.
- **delayInHours** *(Number)* - Specifies the minimum time in hours that the app will wait after the latest rollback before attempting to reinstall the same rolled-back package. Cannot be less than `1`. Defaults to `24`.
- **maxRetryAttempts** *(Number)* - Specifies the maximum number of retry attempts that the app can make before it stops trying. Cannot be less than `1`. Defaults to `1`.
Expand Down

0 comments on commit 80f1ea8

Please sign in to comment.