Default expiration 12hrs

This commit is contained in:
Chris 2026-04-05 15:17:05 +01:00
parent adc92d2353
commit a516fd72f6
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ class StreamTokenView(ApiBaseView):
"""
search_base = "ta_video/_doc/"
TTL_SECONDS = 300 # 5 minutes
TTL_SECONDS = 43200 # 12 hours
def post(self, request, video_id):
"""mint a streaming token"""