Browse Source

Enable an initial sync duration

pull/5289/head
jasonlaguidice 2 months ago
parent
commit
2fe177829c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/custom/matrix-bridge-rustpush/defaults/main.yml

+ 1
- 1
roles/custom/matrix-bridge-rustpush/defaults/main.yml View File

@@ -149,7 +149,7 @@ matrix_rustpush_bridge_backfill_max_catchup_messages: 500

# How many days back to look for chats during initial sync.
# Default in upstream is 365 (1 year). Set to 0 to disable.
matrix_rustpush_bridge_initial_sync_days: 0
matrix_rustpush_bridge_initial_sync_days: 365

# Shared secret for authentication of provisioning API requests.
# If set to "disable", the provisioning API will be disabled.


Loading…
Cancel
Save