Remove debug check

This commit is contained in:
Nick Mowen 2023-01-30 15:11:32 -07:00
parent da3db39ead
commit 94766f511b

View File

@ -341,7 +341,7 @@ class FrigateApp:
1, 1,
) )
if calculated_shm < current_shm or True: if calculated_shm < current_shm:
logger.warning( logger.warning(
f"The current SHM size of {current_shm}MB is too small, recommend increasing it to at least {calculated_shm}MB." f"The current SHM size of {current_shm}MB is too small, recommend increasing it to at least {calculated_shm}MB."
) )