Make synapse-s3-storage-provider periodic migration schedule customizable

Larger deployments may wish to run migration more often.
This commit is contained in:
Slavi Pantaleev
2023-02-22 08:18:21 +02:00
parent d04132759b
commit 643acfcb5b
2 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Description=Migrates locally-stored Synapse media store files to S3
[Timer]
Unit=matrix-synapse-s3-storage-provider-migrate.service
OnCalendar=*-*-* 05:00:00
OnCalendar={{ matrix_synapse_ext_synapse_s3_storage_provider_periodic_migration_schedule }}
[Install]
WantedBy=timers.target