refactor(live-update)!: set readyTimeout
configuration value to undefined
by default #258
Closed
Description
It has been reported that getting started with the Live Update plugin is too complicated. Therefore, the readyTimeout
configuration value should have the value undefined
by default, so that rollbacks are disabled by default. This makes it easier to start, as no ready()
method needs to be called. However, the use of the readyTimeout
configuration option is strongly recommended.
Attention: Update the docs.