mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Remove unused constant from recorder (#139741)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user