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
parent 66cc1b4308
commit bdb9f29948
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 = {