diff --git a/frigate/app.py b/frigate/app.py index 72c60c184..7a9f7538b 100644 --- a/frigate/app.py +++ b/frigate/app.py @@ -26,7 +26,6 @@ from frigate.const import ( CLIPS_DIR, CONFIG_DIR, DEFAULT_DB_PATH, - DEFAULT_QUEUE_BUFFER_SIZE, EXPORT_DIR, MODEL_CACHE_DIR, RECORD_DIR, diff --git a/frigate/const.py b/frigate/const.py index c7c75c6b3..b6b0e44bd 100644 --- a/frigate/const.py +++ b/frigate/const.py @@ -46,7 +46,3 @@ DRIVER_INTEL_iHD = "iHD" MAX_SEGMENT_DURATION = 600 MAX_PLAYLIST_SECONDS = 7200 # support 2 hour segments for a single playlist to account for cameras with inconsistent segment times - -# Queue Values - -DEFAULT_QUEUE_BUFFER_SIZE = 1000 * 1000 # 1MB