Change default AI workspace limit to 1000 per deployment
Open
- Dominant language
- No language data
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## Problem
Currently, the default behavior for AI workspace limits uses a per-user calculation (e.g., 800 included per user, 1000 limit per user). This creates scaling concerns where the total free usage pool can grow to unsustainable levels as the user count increases across deployments.
## Solution
Change the default AI workspace limit to a flat 1000 per deployment (instead of per-user multiplication) for deployments without an explicit license limit set.
## Related issues
- [x] https://github.com/coder/nexus/issues/256
- [ ] https://github.com/coder/internal/issues/1107
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.