Skip to content

Commit

Permalink
Handle type
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Dec 1, 2024
1 parent 36e5ab9 commit 76a9742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frigate/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ def shm_frame_count(self) -> int:
return 0

shm_frame_count = min(
os.environ.get(SHM_FRAMES_VAR, 50),
int(os.environ.get(SHM_FRAMES_VAR, "50")),
int(available_shm / (cam_total_frame_size)),
)

Expand Down

0 comments on commit 76a9742

Please sign in to comment.