Skip to content

Commit 26e3347

Browse files
committed
Amend comment on blacklistExpiryTime setting
1 parent 8fb3e3f commit 26e3347

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/core/Settings.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,8 +1108,9 @@ import SwitchRequest from '../streaming/rules/SwitchRequest.js';
11081108
* This mode makes the player select the track with a widest range of bitrates.
11091109
*
11101110
* @property {number} [blacklistExpiryTime=-1]
1111-
* Time in seconds that a Service Location should be added to the blacklist for. After this time has passed the Service Location will be available for selection when failing over a second time, but it will not actively return to it.
1112-
* This is ignored when using Content Steering, as the blacklist expiry will be set to the TTL value, and Service Locations may be actively switched back to according to the steering algorithm.
1111+
* The time in seconds that a Service Location remains on the blacklist.
1112+
* After this period expires, the Service Location becomes eligible for selection again during a subsequent failover. However, the system will not proactively switch back to it on its own.
1113+
* When Content Steering is enabled, this setting is ignored: the blacklist duration is automatically set to the steering response’s TTL, and the steering algorithm may actively switch back to that Service Location as needed.
11131114
*
11141115
* @property {number} [fragmentRequestTimeout=20000]
11151116
* Time in milliseconds before timing out on loading a media fragment.

0 commit comments

Comments
 (0)