Limit community to single-user workspace
This commit is contained in:
@@ -20,7 +20,7 @@ impl CapabilityProfile for CommunityCapabilityProfile {
|
||||
limits: EditionLimits {
|
||||
max_workspaces: Some(1),
|
||||
max_users_per_workspace: Some(1),
|
||||
max_agents_per_workspace: Some(1),
|
||||
max_agents_per_workspace: None,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user