mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-07 23:13:11 -06:00
cmd/dendrite-media-api-server: Bump maximum file size to 10MB
This commit is contained in:
parent
619a77e187
commit
5bb5a28366
|
|
@ -42,7 +42,7 @@ func main() {
|
|||
cfg := config.MediaAPI{
|
||||
ServerName: "localhost",
|
||||
BasePath: "/Users/robertsw/dendrite",
|
||||
MaxFileSize: 61440,
|
||||
MaxFileSize: 10 * 1024 * 1024,
|
||||
DataSource: dataSource,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue