From bc49c9b9b5f4e89c951f721d6ebaec0cd92ed97d Mon Sep 17 00:00:00 2001 From: Nix Genco-Kamin Date: Tue, 13 Feb 2024 12:45:13 -0600 Subject: [PATCH] Reduce backfill days --- bridgeconfig/imessage.tpl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridgeconfig/imessage.tpl.yaml b/bridgeconfig/imessage.tpl.yaml index fe15ca5..1dc751e 100644 --- a/bridgeconfig/imessage.tpl.yaml +++ b/bridgeconfig/imessage.tpl.yaml @@ -153,7 +153,7 @@ bridge: # Maximum number of messages to backfill for new portal rooms. initial_limit: 100 # Maximum age of chats to sync in days. - initial_sync_max_age: 14 + initial_sync_max_age: 7 # If a backfilled chat is older than this number of hours, mark it as read even if it's unread on iMessage. # Set to -1 to let any chat be unread. unread_hours_threshold: 720