From fd0c29fb018071da7a78f350d07f2bae55187818 Mon Sep 17 00:00:00 2001 From: Telkaoss Date: Sat, 11 Oct 2025 14:42:57 +0200 Subject: [PATCH] Update views.py --- stream_fusion/web/playback/stream/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream_fusion/web/playback/stream/views.py b/stream_fusion/web/playback/stream/views.py index 1b1aef4..c7b9bb5 100644 --- a/stream_fusion/web/playback/stream/views.py +++ b/stream_fusion/web/playback/stream/views.py @@ -331,7 +331,7 @@ async def get_stream_link( @router.get("/{config}/{query}", responses={500: {"model": ErrorResponse}}) -@rate_limiter(limit=20, seconds=60, redis=redis_session) +@rate_limiter(limit=100, seconds=60, redis=redis_session) async def get_playback( config: str, query: str,