feat(workflow): add configurable workflow file upload limit (#10176)
Co-authored-by: JzoNg <jzongcode@gmail.com>
This commit is contained in:
parent
da204c131d
commit
6452342222
18 changed files with 125 additions and 223 deletions
|
|
@ -8,6 +8,7 @@ upload_config_fields = {
|
|||
"image_file_size_limit": fields.Integer,
|
||||
"video_file_size_limit": fields.Integer,
|
||||
"audio_file_size_limit": fields.Integer,
|
||||
"workflow_file_upload_limit": fields.Integer,
|
||||
}
|
||||
|
||||
file_fields = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue