- add max file upload limit
This commit is contained in:
parent
b84b5d8552
commit
f6b690b36c
@ -65,6 +65,10 @@ grails:
|
||||
maxsize: 1000
|
||||
controllers:
|
||||
defaultScope: singleton
|
||||
upload:
|
||||
maxFileSize: 9999999999
|
||||
maxRequestSize: 9999999999
|
||||
|
||||
converters:
|
||||
encoding: UTF-8
|
||||
views:
|
||||
|
Loading…
Reference in New Issue
Block a user