Add force_refresh_interval_seconds to config.py

This commit is contained in:
Javier Cuevas
2024-05-24 09:36:09 +02:00
parent a35f6abfd1
commit 4b25e855e0
+1
View File
@@ -264,6 +264,7 @@ class Config(BaseBridgeConfig):
copy("telegram.catch_up")
copy("telegram.sequential_updates")
copy("telegram.exit_on_update_error")
copy("telegram.force_refresh_interval_seconds")
copy("telegram.connection.timeout")
copy("telegram.connection.retries")