mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Reduce chance of bluetooth devices going unavailable when adapter stops responding (#80545)
This commit is contained in:
parent
1cf801afbc
commit
1700da0ed3
@ -51,9 +51,9 @@ FALLBACK_MAXIMUM_STALE_ADVERTISEMENT_SECONDS: Final = 60 * 15
|
||||
# to be
|
||||
# 180s Time when device is removed from stack
|
||||
# - 30s check interval
|
||||
# - 20s scanner restart time * 2
|
||||
# - 30s scanner restart time * 2
|
||||
#
|
||||
SCANNER_WATCHDOG_TIMEOUT: Final = 110
|
||||
SCANNER_WATCHDOG_TIMEOUT: Final = 90
|
||||
# How often to check if the scanner has reached
|
||||
# the SCANNER_WATCHDOG_TIMEOUT without seeing anything
|
||||
SCANNER_WATCHDOG_INTERVAL: Final = timedelta(seconds=30)
|
||||
|
Loading…
x
Reference in New Issue
Block a user