Quellcode durchsuchen

Enable an initial sync duration

pull/5289/head
jasonlaguidice vor 1 Woche
Ursprung
Commit
2fe177829c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      roles/custom/matrix-bridge-rustpush/defaults/main.yml

+ 1
- 1
roles/custom/matrix-bridge-rustpush/defaults/main.yml Datei anzeigen

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


# How many days back to look for chats during initial sync. # How many days back to look for chats during initial sync.
# Default in upstream is 365 (1 year). Set to 0 to disable. # 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. # Shared secret for authentication of provisioning API requests.
# If set to "disable", the provisioning API will be disabled. # If set to "disable", the provisioning API will be disabled.


Laden…
Abbrechen
Speichern