Remove unused constant from recorder (#139741)

This commit is contained in:
Erik Montnemery 2025-03-04 11:39:35 +01:00 committed by GitHub
parent 4f36bbdfe6
commit 32f59bfd25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -123,8 +123,6 @@ from .util import (
_LOGGER = logging.getLogger(__name__)
DEFAULT_URL = "sqlite:///{hass_config_path}"
# Controls how often we clean up
# States and Events objects
EXPIRE_AFTER_COMMITS = 120