Increase interval to stop Connection reset by peer (#53202)

This commit is contained in:
Kyle Niewiada 2021-07-20 02:15:11 -04:00 committed by GitHub
parent c2a2f50316
commit 7659197154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,4 +5,4 @@ from typing import Final
DOMAIN: Final = "mutesync"
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)