feat(app): support custom max_active_requests per app (#22073)

This commit is contained in:
qfl 2025-07-16 15:31:19 +08:00 committed by GitHub
commit bdb9f29948
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 50 additions and 5 deletions

View file

@ -369,6 +369,7 @@ export type App = {
}
/** access control */
access_mode: AccessMode
max_active_requests?: number | null
}
export type AppSSO = {