mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 19:21:05 +08:00
feat(app): support custom max_active_requests per app (#22073)
This commit is contained in:
@@ -369,6 +369,7 @@ export type App = {
|
||||
}
|
||||
/** access control */
|
||||
access_mode: AccessMode
|
||||
max_active_requests?: number | null
|
||||
}
|
||||
|
||||
export type AppSSO = {
|
||||
|
||||
Reference in New Issue
Block a user