Closed jojobii-arks closed 10 months ago
resolves #22
client_max_body_size
https://github.com/joinmisskey/bash-install/blob/692a60449e52d3f20de567af41bb78307bffb4cf/ubuntu.sh#L690
misskey/.config/example.yml
misskey/../DownloadService.ts
👍
But Cloudflare's Free plan only supports up to 100MB, so to upload large files, Misskey will need to support split uploads...
resolves #22
Summary
client_max_body_size
is 80MB. However, Misskey defaults to a 250MB upload limit. Perhaps it's worth changing the config generation to match the Misskey defaults.https://github.com/joinmisskey/bash-install/blob/692a60449e52d3f20de567af41bb78307bffb4cf/ubuntu.sh#L690
misskey/.config/example.yml
. and themisskey/../DownloadService.ts
using default values.