Skip to content

Commit

Permalink
Change default for force_refresh_interval_seconds (disabled by default)
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercr committed May 24, 2024
1 parent 716222a commit a35f6ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mautrix_telegram/example-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -581,8 +581,8 @@ telegram:
# Should incoming updates be handled sequentially to make sure order is preserved on Matrix?
sequential_updates: true
exit_on_update_error: false
# Interval to force refresh the connection (full reconnect), default is 1 day. Set 0 to disable force refreshes.
force_refresh_interval_seconds: 10
# Interval to force refresh the connection (full reconnect). 0 disables it.
force_refresh_interval_seconds: 0

# Telethon connection options.
connection:
Expand Down

0 comments on commit a35f6ab

Please sign in to comment.