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

@@ -245,6 +245,9 @@ const translation = {
notSetDesc: 'Currently nobody can access the web app. Please set permissions.',
},
noAccessPermission: 'No permission to access web app',
maxActiveRequests: 'Max concurrent requests',
maxActiveRequestsPlaceholder: 'Enter 0 for unlimited',
maxActiveRequestsTip: 'Maximum number of concurrent active requests per app (0 for unlimited)',
}
export default translation