Change default for force_refresh_interval_seconds (disabled by default)

This commit is contained in:
Javier Cuevas
2024-05-24 09:36:03 +02:00
parent 716222a671
commit a35f6abfd1
+2 -2
View File
@@ -581,8 +581,8 @@ telegram:
# Should incoming updates be handled sequentially to make sure order is preserved on Matrix? # Should incoming updates be handled sequentially to make sure order is preserved on Matrix?
sequential_updates: true sequential_updates: true
exit_on_update_error: false exit_on_update_error: false
# Interval to force refresh the connection (full reconnect), default is 1 day. Set 0 to disable force refreshes. # Interval to force refresh the connection (full reconnect). 0 disables it.
force_refresh_interval_seconds: 10 force_refresh_interval_seconds: 0
# Telethon connection options. # Telethon connection options.
connection: connection: