mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Remove unused constant from recorder (#139741)
This commit is contained in:
parent
4f36bbdfe6
commit
32f59bfd25
@ -123,8 +123,6 @@ from .util import (
|
|||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
DEFAULT_URL = "sqlite:///{hass_config_path}"
|
|
||||||
|
|
||||||
# Controls how often we clean up
|
# Controls how often we clean up
|
||||||
# States and Events objects
|
# States and Events objects
|
||||||
EXPIRE_AFTER_COMMITS = 120
|
EXPIRE_AFTER_COMMITS = 120
|
||||||
|
Loading…
x
Reference in New Issue
Block a user