summary refs log tree commit diff
path: root/docs/sample_config.yaml
diff options
context:
space:
mode:
authorTristan Lins <tristan@lins.io>2020-04-17 13:09:33 +0200
committerGitHub <noreply@github.com>2020-04-17 07:09:33 -0400
commitc07fca9e2fbb8c8232a3eec2613203e311ab2897 (patch)
tree9ee0ff28388acf5f0e54fc493058dea986cf42b9 /docs/sample_config.yaml
parentDo not treat display names as globs for push rules. (#7271) (diff)
downloadsynapse-c07fca9e2fbb8c8232a3eec2613203e311ab2897.tar.xz
Clarify the comments for media_storage_providers options (#7272)
Diffstat (limited to 'docs/sample_config.yaml')
-rw-r--r--docs/sample_config.yaml7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml
index 81dccbd997..5ff1be4ebc 100644
--- a/docs/sample_config.yaml
+++ b/docs/sample_config.yaml
@@ -735,12 +735,11 @@ media_store_path: "DATADIR/media_store"
 #
 #media_storage_providers:
 #  - module: file_system
-#    # Whether to write new local files.
+#    # Whether to store newly uploaded local files
 #    store_local: false
-#    # Whether to write new remote media
+#    # Whether to store newly downloaded remote files
 #    store_remote: false
-#    # Whether to block upload requests waiting for write to this
-#    # provider to complete
+#    # Whether to wait for successful storage for local uploads
 #    store_synchronous: false
 #    config:
 #       directory: /mnt/some/other/directory