feat(app): support custom max_active_requests per app (#22073)
This commit is contained in:
parent
66cc1b4308
commit
bdb9f29948
10 changed files with 50 additions and 5 deletions
|
|
@ -188,6 +188,7 @@ app_detail_fields_with_site = {
|
|||
"site": fields.Nested(site_fields),
|
||||
"api_base_url": fields.String,
|
||||
"use_icon_as_answer_icon": fields.Boolean,
|
||||
"max_active_requests": fields.Integer,
|
||||
"created_by": fields.String,
|
||||
"created_at": TimestampField,
|
||||
"updated_by": fields.String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue