From a35f6abfd17ed0671184fd5813ee52dd6e07ee83 Mon Sep 17 00:00:00 2001 From: Javier Cuevas Date: Fri, 24 May 2024 09:36:03 +0200 Subject: [PATCH] Change default for force_refresh_interval_seconds (disabled by default) --- mautrix_telegram/example-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mautrix_telegram/example-config.yaml b/mautrix_telegram/example-config.yaml index 75da8958..06b0e946 100644 --- a/mautrix_telegram/example-config.yaml +++ b/mautrix_telegram/example-config.yaml @@ -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: