mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-10 08:23: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{
|
cfg := config.MediaAPI{
|
||||||
ServerName: "localhost",
|
ServerName: "localhost",
|
||||||
BasePath: "/Users/robertsw/dendrite",
|
BasePath: "/Users/robertsw/dendrite",
|
||||||
MaxFileSize: 61440,
|
MaxFileSize: 10 * 1024 * 1024,
|
||||||
DataSource: dataSource,
|
DataSource: dataSource,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue