mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-12-13 20:42:39 +00:00
Switch from s3fs to Goofys
Improves performance of media store operations.
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
service: name=matrix-postgres enabled=yes state=restarted daemon_reload=yes
|
||||
when: "not matrix_postgres_use_external"
|
||||
|
||||
- name: Ensure matrix-s3fs autoruns and is restarted
|
||||
service: name=matrix-s3fs enabled=yes state=restarted daemon_reload=yes
|
||||
- name: Ensure matrix-goofys autoruns and is restarted
|
||||
service: name=matrix-goofys enabled=yes state=restarted daemon_reload=yes
|
||||
when: matrix_s3_media_store_enabled
|
||||
|
||||
- name: Ensure matrix-synapse autoruns and is restarted
|
||||
|
||||
Reference in New Issue
Block a user