@theoplayer/extended 10.10.1 → 10.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2738,7 +2738,8 @@ interface RetryConfiguration {
2738
2738
  /**
2739
2739
  * The initial delay in milliseconds before a retry request occurs.
2740
2740
  * Exponential backoff will be applied on this value.
2741
- * Defaults to `200`.
2741
+ * Defaults to `200`, however the default value is `1000` for Millicast sources.
2742
+ * `1000` is the minimum allowed value for Millicast sources.
2742
2743
  */
2743
2744
  minimumBackoff?: number;
2744
2745
  /**