AFR: Increase timeout probe because of slower streams
This commit is contained in:
parent
3e6fe621d3
commit
86ab2ea3e3
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import kotlinx.coroutines.flow.update
|
|||
import kotlinx.coroutines.withTimeoutOrNull
|
||||
import kotlinx.coroutines.withContext
|
||||
|
||||
private const val AFR_PREFLIGHT_NEXTLIB_TIMEOUT_MS = 35000L
|
||||
private const val AFR_PREFLIGHT_NEXTLIB_TIMEOUT_MS = 60000L
|
||||
private const val AFR_PREFLIGHT_FALLBACK_TIMEOUT_MS = 5500L
|
||||
|
||||
internal suspend fun PlayerRuntimeController.runAfrPreflightIfEnabled(
|
||||
|
|
|
|||
Loading…
Reference in a new issue