mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 14:20:55 +03:00
WebClient: remove the default upload size limit
Users who want a limit can still set it. By default, we want to allow uploads of any size Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -386,7 +386,7 @@ func Init() {
|
||||
CARevocationLists: nil,
|
||||
SigningPassphrase: "",
|
||||
TokenValidation: 0,
|
||||
MaxUploadFileSize: 1048576000,
|
||||
MaxUploadFileSize: 0,
|
||||
Cors: httpd.CorsConfig{
|
||||
Enabled: false,
|
||||
AllowedOrigins: []string{},
|
||||
|
||||
Reference in New Issue
Block a user