mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 17:55:21 +03:00
Remove debug check
This commit is contained in:
parent
da3db39ead
commit
94766f511b
@ -341,7 +341,7 @@ class FrigateApp:
|
||||
1,
|
||||
)
|
||||
|
||||
if calculated_shm < current_shm or True:
|
||||
if calculated_shm < current_shm:
|
||||
logger.warning(
|
||||
f"The current SHM size of {current_shm}MB is too small, recommend increasing it to at least {calculated_shm}MB."
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user