We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 716222a commit a35f6abCopy full SHA for a35f6ab
mautrix_telegram/example-config.yaml
@@ -581,8 +581,8 @@ telegram:
581
# Should incoming updates be handled sequentially to make sure order is preserved on Matrix?
582
sequential_updates: true
583
exit_on_update_error: false
584
- # Interval to force refresh the connection (full reconnect), default is 1 day. Set 0 to disable force refreshes.
585
- force_refresh_interval_seconds: 10
+ # Interval to force refresh the connection (full reconnect). 0 disables it.
+ force_refresh_interval_seconds: 0
586
587
# Telethon connection options.
588
connection:
0 commit comments