Increase default recorder commit interval to 5 seconds (#86115)

pull/86374/head
J. Nick Koston 2023-01-21 18:09:00 -10:00 committed by GitHub
parent 8cf6ebd363
commit 4c84824ac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ DEFAULT_DB_FILE = "home-assistant_v2.db"
DEFAULT_DB_INTEGRITY_CHECK = True
DEFAULT_DB_MAX_RETRIES = 10
DEFAULT_DB_RETRY_WAIT = 3
DEFAULT_COMMIT_INTERVAL = 1
DEFAULT_COMMIT_INTERVAL = 5
CONF_AUTO_PURGE = "auto_purge"
CONF_AUTO_REPACK = "auto_repack"