Add config option to exit if telethon update loop fails

This commit is contained in:
Tulir Asokan
2022-05-26 17:37:20 +03:00
parent 0ae8a5877e
commit 44f2c648a8
4 changed files with 15 additions and 2 deletions
+1
View File
@@ -230,6 +230,7 @@ class Config(BaseBridgeConfig):
copy("telegram.catch_up")
copy("telegram.sequential_updates")
copy("telegram.exit_on_update_error")
copy("telegram.connection.timeout")
copy("telegram.connection.retries")