diff --git a/web_server/blueprints/streams.py b/web_server/blueprints/streams.py index 9f72649..96532fc 100644 --- a/web_server/blueprints/streams.py +++ b/web_server/blueprints/streams.py @@ -14,7 +14,7 @@ import json stream_bp = Blueprint("stream", __name__) # Constants -THUMBNAIL_GENERATION_INTERVAL = 10 +THUMBNAIL_GENERATION_INTERVAL = 180 # Path Manager path_manager = PathManager()