1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 02:38:35 +00:00

Change default size of attachments and repo files (#28100)

https://github.com/go-gitea/gitea/pull/27946 forgets to change them in
code. Sorry about that.
This commit is contained in:
Nanguan Lin
2023-11-17 19:42:00 +08:00
committed by GitHub
parent 58f5fa6536
commit f63b116697
2 changed files with 2 additions and 2 deletions

View File

@@ -184,7 +184,7 @@ var (
Enabled: true,
TempPath: "data/tmp/uploads",
AllowedTypes: "",
FileMaxSize: 3,
FileMaxSize: 50,
MaxFiles: 5,
},