Fix queues (#7087)

* Fix queues

* Change name

* Use standard queue for limited queue

* remove unused

* isort
This commit is contained in:
Nicolas Mowen
2023-07-08 05:46:31 -06:00
committed by GitHub
parent 00b9a490bb
commit d6f82f9edc
3 changed files with 12 additions and 62 deletions

View File

@@ -46,3 +46,7 @@ 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 = 2000 * 1000 # 2MB