summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-03-20 16:57:48 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-03-20 16:57:48 +0000
commit8fced9e2ac24cb2a773276d6322718e8e89ab79b (patch)
tree70d8df8ef99fa46c3f1dccdf8a48687f8a75b756 /synapse/config
parentKill off redundant SynapseRequestFactory (#6619) (diff)
parentRemove unused, undocumented "content repo" resource (#6628) (diff)
downloadsynapse-8fced9e2ac24cb2a773276d6322718e8e89ab79b.tar.xz
Remove unused, undocumented "content repo" resource (#6628)
* commit '98247c4a0':
  Remove unused, undocumented "content repo" resource (#6628)
Diffstat (limited to 'synapse/config')
-rw-r--r--synapse/config/repository.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/synapse/config/repository.py b/synapse/config/repository.py

index 6072aa56d3..5ebc2ea1f1 100644 --- a/synapse/config/repository.py +++ b/synapse/config/repository.py
@@ -162,7 +162,6 @@ class ContentRepositoryConfig(Config): (provider_class, parsed_config, wrapper_config) ) - self.uploads_path = self.ensure_directory(config.get("uploads_path", "uploads")) self.dynamic_thumbnails = config.get("dynamic_thumbnails", False) self.thumbnail_requirements = parse_thumbnail_requirements( config.get("thumbnail_sizes", DEFAULT_THUMBNAIL_SIZES) @@ -237,10 +236,6 @@ class ContentRepositoryConfig(Config): # config: # directory: /mnt/some/other/directory - # Directory where in-progress uploads are stored. - # - uploads_path: "%(uploads_path)s" - # The largest allowed upload size in bytes # #max_upload_size: 10M