github.com/pachyderm/pachyderm@v1.13.4/src/server/enterprise/limits/limits.go (about)

     1  package limits
     2  
     3  const (
     4  	// Pipelines is the limit on the number of a pipelines a user can make in
     5  	// the community edition.
     6  	Pipelines = 16
     7  	// Parallelism is the limit on the number of concurrent workers a user can
     8  	// request in the community edition.
     9  	Parallelism = 8
    10  )