UPDATE: Thumbnails now generate every 180 seconds, instead of 10
This commit is contained in:
@@ -14,7 +14,7 @@ import json
|
|||||||
stream_bp = Blueprint("stream", __name__)
|
stream_bp = Blueprint("stream", __name__)
|
||||||
|
|
||||||
# Constants
|
# Constants
|
||||||
THUMBNAIL_GENERATION_INTERVAL = 10
|
THUMBNAIL_GENERATION_INTERVAL = 180
|
||||||
|
|
||||||
# Path Manager
|
# Path Manager
|
||||||
path_manager = PathManager()
|
path_manager = PathManager()
|
||||||
|
|||||||
Reference in New Issue
Block a user