Refactor ff queue size (#7116)

* Refactor queue size

* Only use enabled cameras

* Formatting
This commit is contained in:
Nicolas Mowen
2023-07-14 06:29:11 -05:00
committed by GitHub
parent 6adc810145
commit 3a0c36e8db
3 changed files with 20 additions and 8 deletions
+1 -1
View File
@@ -49,4 +49,4 @@ MAX_PLAYLIST_SECONDS = 7200 # support 2 hour segments for a single playlist to
# Queue Values
DEFAULT_QUEUE_BUFFER_SIZE = 2000 * 1000 # 2MB
DEFAULT_QUEUE_BUFFER_SIZE = 1000 * 1000 # 1MB