Remove const

This commit is contained in:
Nick Mowen 2023-07-16 06:01:17 -06:00
parent 1637dadbf2
commit 05fdbbbaf1
2 changed files with 0 additions and 5 deletions

View File

@ -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,

View File

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