fix: restore legacy playout parity and live startup
This commit is contained in:
@@ -205,7 +205,7 @@ $playout = [ordered]@{
|
||||
reconnectDelayMilliseconds = 1000
|
||||
maximumReconnectAttempts = 0
|
||||
reconnectEnabled = $false
|
||||
maximumAutomaticRefreshesPerTakeIn = 0
|
||||
maximumAutomaticRefreshesPerTakeIn = $null
|
||||
}
|
||||
|
||||
$authorization = [ordered]@{
|
||||
|
||||
@@ -1450,7 +1450,7 @@ function Get-DevelopmentLivePreflight {
|
||||
reconnectDelayMilliseconds = 1000
|
||||
maximumReconnectAttempts = 0
|
||||
reconnectEnabled = $false
|
||||
maximumAutomaticRefreshesPerTakeIn = 0
|
||||
maximumAutomaticRefreshesPerTakeIn = $null
|
||||
}
|
||||
$authorization = [ordered]@{
|
||||
schemaVersion = 1
|
||||
|
||||
Reference in New Issue
Block a user