This commit is contained in:
freddyaboulton
2024-10-29 11:24:37 -04:00
parent b9cd3a4703
commit d48ae3a825
5 changed files with 11 additions and 11 deletions

View File

@@ -108,7 +108,7 @@ async def player_worker_decode(
except (TimeoutError, asyncio.TimeoutError):
logger.warning(
"Timeout in frame processing cycle after %s seconds - resetting", 5
"Timeout in frame processing cycle after %s seconds - resetting", 60
)
continue
except Exception as e: