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
|
|
@ -369,6 +369,7 @@ export type App = {
|
|||
}
|
||||
/** access control */
|
||||
access_mode: AccessMode
|
||||
max_active_requests?: number | null
|
||||
}
|
||||
|
||||
export type AppSSO = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue