Skip to content

Commit

Permalink
Update delayInHours option in codePush decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailSuendukov committed Apr 3, 2024
1 parent 355e471 commit 250fb1b
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. Cannot be less than `1`. 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 `0`. Can be float number. 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 250fb1b

Please sign in to comment.