summaryrefslogtreecommitdiff
path: root/config/description.exs
diff options
context:
space:
mode:
authorRachel Fae Fox <allisonthefox@gmail.com>2019-09-23 20:38:53 +0000
committerrinpatch <rinpatch@sdf.org>2019-09-23 20:38:53 +0000
commit63af6951fa42429d0a02861d5ad1afdd053864cf (patch)
treeab6ce289d6cedbb273832c7e56d273990b537c38 /config/description.exs
parentad2ffd7ef1cbb8afff6ecee2cbda79414a12fbaa (diff)
downloadpleroma-63af6951fa42429d0a02861d5ad1afdd053864cf.tar.gz
pleroma-63af6951fa42429d0a02861d5ad1afdd053864cf.zip
add tunable for stream uploads, as needed for jortage to work.
Diffstat (limited to 'config/description.exs')
-rw-r--r--config/description.exs6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs
index 5dc8dc364..d95250017 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -110,6 +110,12 @@ config :pleroma, :config_description, [
description:
"If you use S3 compatible service such as Digital Ocean Spaces or CDN, set folder name or \"\" etc." <>
" For example, when using CDN to S3 virtual host format, set \"\". At this time, write CNAME to CDN in public_endpoint."
+ },
+ %{
+ key: :streaming_enabled,
+ type: :boolean,
+ description:
+ "Enable streaming uploads, when enabled the file will be sent to the server in chunks as it's being read. This may be unsupported by some providers, try disabling this if you have upload problems."
}
]
},