Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 623 Bytes

RollbackRetryOptions.md

File metadata and controls

28 lines (15 loc) · 623 Bytes

@appzung/react-native-code-push v11.0.0-rc7


@appzung/react-native-code-push / RollbackRetryOptions

Interface: RollbackRetryOptions

Properties

delayInHours?

optional delayInHours: number

Specifies the minimum time in hours that the app will wait after the latest rollback before attempting to reinstall same rolled-back package.

Defaults to 24.


maxRetryAttempts?

optional 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.