mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-22 13:33:52 +03:00
M #-: Increase fireedge file upload limit (#2980)
The default file upload limit in FireEdge is set to 20Kb, which isn't even a fraction of any normal ISO image. This changes that limit to 10Gib so that most image uploads should work by default.
This commit is contained in:
parent
7caf308ca7
commit
8da274781b
@ -15,7 +15,7 @@ sunstone_prepend: ''
|
||||
tmpdir: '/var/tmp'
|
||||
|
||||
# Max size upload file (bytes)
|
||||
max_upload_file_size: 20000
|
||||
max_upload_file_size: 10737418240 # 10 GiB
|
||||
|
||||
|
||||
################################################################################
|
||||
@ -116,4 +116,4 @@ langs:
|
||||
# Time Zone
|
||||
# You may use it to change the time zone.
|
||||
# https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
||||
# currentTimeZone: "Europe/Madrid"
|
||||
# currentTimeZone: "Europe/Madrid"
|
||||
|
Loading…
Reference in New Issue
Block a user