Update views.py
This commit is contained in:
parent
ca8479e924
commit
fd0c29fb01
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue