PATCH: Thumbnails update every 180 seconds, instead of the test value of 5

This commit is contained in:
2025-01-31 00:16:50 +00:00
parent 7c2c70ac84
commit be53d4072e

View File

@@ -15,7 +15,7 @@ def celery_init_app(app) -> Celery:
return celery_app
@shared_task
def update_thumbnail(user_id, sleep_time=10) -> None:
def update_thumbnail(user_id, sleep_time=180) -> None:
"""
Updates the thumbnail of a stream periodically
"""