Skip to content

Commit 95e2c01

Browse files
committed
cluster/apiserver - set default to 128 in getMaxActiveWorkspacesPerUser
1 parent 62505e1 commit 95e2c01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cluster/apiserver/apiserver/mains/workspace.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ func (s *Server) getMaxActiveWorkspacesPerUser(cc *cordiumv1.ClusterConfig) int
869869
return int(cc.Spec.Workspace.Limit.MaxActivePerUser)
870870
}
871871

872-
return 32
872+
return 128
873873
}
874874

875875
func (s *Server) genWorkspaceName(ctx context.Context) (string, error) {

0 commit comments

Comments
 (0)