Skip to content

Commit a35f6ab

Browse files
committed
Change default for force_refresh_interval_seconds (disabled by default)
1 parent 716222a commit a35f6ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mautrix_telegram/example-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -581,8 +581,8 @@ telegram:
581581
# Should incoming updates be handled sequentially to make sure order is preserved on Matrix?
582582
sequential_updates: true
583583
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
584+
# Interval to force refresh the connection (full reconnect). 0 disables it.
585+
force_refresh_interval_seconds: 0
586586

587587
# Telethon connection options.
588588
connection:

0 commit comments

Comments
 (0)