mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Increase interval to stop Connection reset by peer (#53202)
This commit is contained in:
@@ -5,4 +5,4 @@ from typing import Final
|
|||||||
DOMAIN: Final = "mutesync"
|
DOMAIN: Final = "mutesync"
|
||||||
|
|
||||||
UPDATE_INTERVAL_NOT_IN_MEETING: Final = timedelta(seconds=10)
|
UPDATE_INTERVAL_NOT_IN_MEETING: Final = timedelta(seconds=10)
|
||||||
UPDATE_INTERVAL_IN_MEETING: Final = timedelta(seconds=5)
|
UPDATE_INTERVAL_IN_MEETING: Final = timedelta(seconds=10)
|
||||||
|
Reference in New Issue
Block a user