UPDATE: Thumbnails now generate every 180 seconds, instead of 10

This commit is contained in:
2025-03-09 17:27:38 +01:00
parent eb0047903a
commit 2595625d62

View File

@@ -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()